guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: gst-plugins-ugly: Update to 1.8.2.


From: Efraim Flashner
Subject: 04/09: gnu: gst-plugins-ugly: 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 935742f38fa601b580789be9c290f5e115bd19b7
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 18 14:10:06 2016 +0300

    gnu: gst-plugins-ugly: Update to 1.8.2.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly): 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 f917970..6572fd7 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -336,7 +336,7 @@ par compared to the rest.")
 (define-public gst-plugins-ugly
   (package
     (name "gst-plugins-ugly")
-    (version "1.8.0")
+    (version "1.8.2")
     (source
      (origin
        (method url-fetch)
@@ -344,7 +344,7 @@ par compared to the rest.")
                            name "/" name "-" version ".tar.xz"))
        (sha256
         (base32
-         "137b6kqykh5nwbmiv28nn1pc1d2x2rb2xxg382pc9pa9gpxpyrak"))))
+         "1b58s7z430cbbaw8mgy87kslbpmj3xmm66wsr7bddhcgm6i36nww"))))
     (build-system gnu-build-system)
     (inputs
      `(("gst-plugins-base" ,gst-plugins-base)



reply via email to

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