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

commit b0f89462a0ad9dd6d57c734f4202ed46485c86d5
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Apr 12 10:43:27 2025 +0200

    gnu: gst-plugins-ugly: Update to 1.26.3.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.26.3.
    
    (cherry picked from commit 2ecf2f0892dbc7e593b1047bd67a3dd75ca30b0f)
---
 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 c5a81a36f0..c9d86b98b7 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.24.9")
+    (version "1.26.3")
     (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 "1dn33ivfc0rnn545y40303h5z9bm5ca9f8j2czmhbk9q1w8k0ssb"))))
+        (base32 "19fvv6rvrcvhw4lnx078xb4b85pzbwbrqwdk841sqd7pjpl5wzs1"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t         ; To wrap binaries and/or compile schemas

Reply via email to