guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: gst-plugins-base: Update to 1.8.0.


From: Efraim Flashner
Subject: 02/05: gnu: gst-plugins-base: Update to 1.8.0.
Date: Tue, 29 Mar 2016 19:33:45 +0000

efraim pushed a commit to branch master
in repository guix.

commit 70e863e53e49a6e3a8f6ee7fe6d200196fe0a521
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 29 11:14:12 2016 +0300

    gnu: gst-plugins-base: Update to 1.8.0.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.8.0.
    [home-page]: Use https.
---
 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 92e3db2..8c8f16b 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.6.3")
+    (version "1.8.0")
     (source
      (origin
       (method url-fetch)
@@ -153,7 +153,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "0xbskifk95rw7jd85sqjrmqh2kys1bpi0inrxyapx1x4vf7ly5dn"))))
+        "08hmg7fp519wim1fm04r7f2q2020ssdninawqsbrqjsvs70srh5b"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (propagated-inputs
@@ -187,7 +187,7 @@ This package provides the core library and elements.")
            (lambda _
              (substitute* "tests/check/libs/pbutils.c"
                (("/bin/sh") (which "sh"))))))))
-    (home-page "http://gstreamer.freedesktop.org/";)
+    (home-page "https://gstreamer.freedesktop.org/";)
     (synopsis
      "Plugins for the GStreamer multimedia library")
     (description "This package provides an essential exemplary set of plug-ins



reply via email to

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