guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: gst-plugins-base: Update to 1.10.2.


From: Efraim Flashner
Subject: 02/07: gnu: gst-plugins-base: 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 2f0b72af50bde6b49214c6f2ba44337cf600c86b
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 1 12:50:30 2016 +0200

    gnu: gst-plugins-base: Update to 1.10.2.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): 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 5379636..2b6f0e2 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -146,7 +146,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.10.1")
+    (version "1.10.2")
     (source
      (origin
       (method url-fetch)
@@ -154,7 +154,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1jbnr6vbklzli493xdd8y5sflm32r90lifpacxw9vbvs9hlyxkv6"))))
+        "086yjwmp4fykcqkj6zqhwrk2z49981kl8x545vz2wvblrc7x9h7v"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (propagated-inputs



reply via email to

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