guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: gst-plugins-ugly: Update to 1.10.0.


From: Efraim Flashner
Subject: 04/10: gnu: gst-plugins-ugly: Update to 1.10.0.
Date: Sat, 5 Nov 2016 16:16:43 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 7aa083e58140df20153fad96a1e48913333e49ab
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 3 20:41:35 2016 +0200

    gnu: gst-plugins-ugly: Update to 1.10.0.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.0.
---
 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 97022a7..3d4630f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -340,7 +340,7 @@ par compared to the rest.")
 (define-public gst-plugins-ugly
   (package
     (name "gst-plugins-ugly")
-    (version "1.8.2")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
@@ -348,7 +348,7 @@ par compared to the rest.")
                            name "/" name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1b58s7z430cbbaw8mgy87kslbpmj3xmm66wsr7bddhcgm6i36nww"))))
+         "1q2m3bl8kh9q3grshj55lb2mqby4r20qfsrffc2l7ddb0ccqvplp"))))
     (build-system gnu-build-system)
     (inputs
      `(("gst-plugins-base" ,gst-plugins-base)



reply via email to

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