guix-commits
[Top][All Lists]
Advanced

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

364/416: gnu: gst-plugins-ugly: Update to 1.22.2.


From: guix-commits
Subject: 364/416: gnu: gst-plugins-ugly: Update to 1.22.2.
Date: Fri, 14 Apr 2023 15:26:26 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8480a784f2f57e57f03fe3afc8043bcb76097db9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 11 21:00:42 2023 -0400

    gnu: gst-plugins-ugly: Update to 1.22.2.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.22.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 a24ed55e22..bf0ba11c1f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -950,7 +950,7 @@ par compared to the rest.")
 (define-public gst-plugins-ugly
   (package
     (name "gst-plugins-ugly")
-    (version "1.22.1")
+    (version "1.22.2")
     (source
      (origin
        (method url-fetch)
@@ -958,7 +958,7 @@ par compared to the rest.")
         (string-append "https://gstreamer.freedesktop.org/src/";
                        name "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1hhmi1jds1lcdr0w9jmi1ys0nkyfbpvb2jvw7k5f3g416khxkcsa"))))
+        (base32 "1486x08bwasq6l7kc75nph5az61siq9mbgkgpw4kf1mxn16z8c4g"))))
     (build-system meson-build-system)
     (arguments
      (list #:meson meson-0.63



reply via email to

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