guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: gstreamer: Update to 1.10.2.


From: Efraim Flashner
Subject: 01/07: gnu: gstreamer: Update to 1.10.2.
Date: Thu, 1 Dec 2016 17:09:48 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a8ce5851ce8c1f8c09c603394d2240e1ba44c265
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 1 12:49:32 2016 +0200

    gnu: gstreamer: Update to 1.10.2.
    
    * gnu/packages/gstreamer.scm (gstreamer): 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 86ea690..5379636 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -98,7 +98,7 @@ arrays of data.")
 (define-public gstreamer
   (package
     (name "gstreamer")
-    (version "1.10.1")
+    (version "1.10.2")
     (source
      (origin
       (method url-fetch)
@@ -107,7 +107,7 @@ arrays of data.")
             version ".tar.xz"))
       (sha256
        (base32
-        "1npnpyrw8603ivi5g3ziglvh3hq2shypid2vjcmki6g6w2bgk3gn"))))
+        "0rcd4ya4k99x6ngm9v78as7ql0rqibkwshc13lb4rjdszs0qw3hm"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]