guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: gst-plugins-ugly: Update to 1.10.1.


From: Efraim Flashner
Subject: 05/07: gnu: gst-plugins-ugly: Update to 1.10.1.
Date: Fri, 18 Nov 2016 12:27:45 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 2e747a3ff69656cc29faf83b64fd87faf94e8278
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 17 22:49:12 2016 +0200

    gnu: gst-plugins-ugly: Update to 1.10.1.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.1.
---
 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 db0161e..09fb960 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -342,7 +342,7 @@ par compared to the rest.")
 (define-public gst-plugins-ugly
   (package
     (name "gst-plugins-ugly")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
@@ -350,7 +350,7 @@ par compared to the rest.")
                            name "/" name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1q2m3bl8kh9q3grshj55lb2mqby4r20qfsrffc2l7ddb0ccqvplp"))))
+         "1hl385fys7hfx5ffipavvhciq6hwm731rs4d6r9fn7h9qagxbv55"))))
     (build-system gnu-build-system)
     (inputs
      `(("gst-plugins-base" ,gst-plugins-base)



reply via email to

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