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

commit 6c44ab669fb5eb42636e6fa3c4399aa04a143d41
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Apr 12 10:42:15 2025 +0200

    gnu: gst-plugins-base: Update to 1.26.3.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.26.3.
    
    (cherry picked from commit 8c82fb2fa3021b029e969529747668484320dae6)
---
 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 461512be6c..3fbeb6390e 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -515,7 +515,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.24.9")
+    (version "1.26.3")
     (source
      (origin
       (method url-fetch)
@@ -523,7 +523,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1jspg24zlpmg4bxa298v6l8hcaqw27411dj2v16y0g3xj13bkcsv"))))
+        "0cvrq9767w0aqzinifbirbc95jg4i4md4b8f4b70hlq217pzkyaf"))))
     (build-system meson-build-system)
     (propagated-inputs
      (list glib                     ;required by gstreamer-sdp-1.0.pc

Reply via email to