mhw pushed a commit to branch media-updates
in repository guix.

commit 8cf39f7f336d690f02b444b9f2125dfaeda36285
Author: 宋文武 <[email protected]>
Date:   Thu Jan 21 13:50:02 2016 +0800

    gnu: gst-plugins-base: Update to 1.6.3.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.6.3.
---
 gnu/packages/gstreamer.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 9ad80af..2921f2e 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -131,15 +131,15 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.6.1")
+    (version "1.6.3")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "http://gstreamer.freedesktop.org/src/"; name "/"
+      (uri (string-append "https://gstreamer.freedesktop.org/src/"; name "/"
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "18sbyjcp281zb3bsqji3pglsdsxi0s6ai7rx90sx8cpflkxdqcwm"))))
+        "0xbskifk95rw7jd85sqjrmqh2kys1bpi0inrxyapx1x4vf7ly5dn"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (propagated-inputs

Reply via email to