guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: gst-plugins-base: Update to 1.8.2.


From: Efraim Flashner
Subject: 02/09: gnu: gst-plugins-base: Update to 1.8.2.
Date: Mon, 18 Jul 2016 12:28:58 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 0c19247ceaee46b6bc53ca22fbe314cc8e5e6ef0
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 18 14:09:03 2016 +0300

    gnu: gst-plugins-base: Update to 1.8.2.
    
    * gnu/pakcages/gstreamer.scm (gst-plugins-base): Update to 1.8.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 2b76950..7c2a50c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -145,7 +145,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.8.0")
+    (version "1.8.2")
     (source
      (origin
       (method url-fetch)
@@ -153,7 +153,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "08hmg7fp519wim1fm04r7f2q2020ssdninawqsbrqjsvs70srh5b"))))
+        "13fk751vvfrfhbm4ip28vxyvlsm4b4y0bc0pvf7fqp8azg40jwcx"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (propagated-inputs



reply via email to

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