guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: gst-plugins-ugly: Update to 1.18.4.


From: guix-commits
Subject: 05/09: gnu: gst-plugins-ugly: Update to 1.18.4.
Date: Mon, 19 Apr 2021 17:25:06 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit d3366bef35c5e6effaf7466e85c722ace904df21
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Apr 12 11:36:10 2021 +0200

    gnu: gst-plugins-ugly: Update to 1.18.4.
    
    * gnu/packages/gstreamer.scm (gst-plugins-upgly)[version]: Update to 1.18.4.
    
    Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 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 f415c0e..b2eca50 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -821,7 +821,7 @@ par compared to the rest.")
 (define-public gst-plugins-ugly
   (package
     (name "gst-plugins-ugly")
-    (version "1.18.2")
+    (version "1.18.4")
     (source
      (origin
        (method url-fetch)
@@ -829,7 +829,7 @@ par compared to the rest.")
         (string-append "https://gstreamer.freedesktop.org/src/";
                        name "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1nwbcv5yaib3d8icvyja3zf6lyjf5zf1hndbijrhj8j7xlia0dx3"))))
+        (base32 "0g6i4db1883q3j0l2gdv46fcqwiiaw63n6mhvsfcms1i1p7g1391"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas



reply via email to

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