guix_mirror_bot pushed a commit to branch gstreamer-updates
in repository guix.

commit d9b28ceb7f451da7a8c176c49f9215c1bf8e7e4a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Feb 26 21:58:16 2026 +0900

    gnu: gst-plugins-ugly: Update to 1.28.1.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.28.1.
    
    Change-Id: I48d15dff2bc7ea325f668cdb4ad2244d55b02990
---
 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 f38ddbc6ad..c45a6b7334 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -958,7 +958,7 @@ par compared to the rest.")
 (define-public gst-plugins-ugly
   (package
     (name "gst-plugins-ugly")
-    (version "1.26.3")
+    (version "1.28.1")
     (source
      (origin
        (method url-fetch)
@@ -966,7 +966,7 @@ par compared to the rest.")
         (string-append "https://gstreamer.freedesktop.org/src/";
                        name "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "19fvv6rvrcvhw4lnx078xb4b85pzbwbrqwdk841sqd7pjpl5wzs1"))))
+        (base32 "0y2sz79ms498mag3rsvkng8q5pmg9f2v0njfq3zw7k1z0v5z70j0"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t         ; To wrap binaries and/or compile schemas

Reply via email to