efraim pushed a commit to branch master
in repository guix.

commit 68c2ab8c22650aa469e4f473361d95d92a88e730
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Thu Dec 1 12:55:45 2016 +0200

    gnu: gst-libav: Update to 1.10.2.
    
    * gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.2.
---
 gnu/packages/gstreamer.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7947927..e567bb0 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -382,7 +382,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.10.1")
+    (version "1.10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -390,7 +390,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ivjbh5g0l5ykfpc16kq5x2jz8d4ignyha14jpiz3pz6w26qpci7"))))
+                "0g778j7w4vpbhwjzyrzpajvr26nxm6vqby84v8g1w1hz44v71pd3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-system-libav")

Reply via email to