guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 9f8448f6bafec557a189e111cddadd2654539fa0
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Apr 12 10:43:37 2025 +0200

    gnu: gst-libav: Update to 1.26.3.
    
    * gnu/packages/gstreamer.scm (gst-libav): Update to 1.26.3.
---
 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 eacf84d22d..747a4e3034 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1053,7 +1053,7 @@ think twice about shipping them.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.24.9")
+    (version "1.26.3")
     (source
      (origin
        (method url-fetch)
@@ -1062,7 +1062,7 @@ think twice about shipping them.")
          "https://gstreamer.freedesktop.org/src/"; name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "0v253lbic7abc9vpb690f80arql10193ljqkzgs03vh8wnd2ws1j"))))
+        (base32 "0kbjs8z545maj3j2qzgpg41v3yr53q1c852v80zbmf5rld87xnis"))))
     (build-system meson-build-system)
     (native-inputs (list perl pkg-config python-wrapper ruby))
     (inputs (list ffmpeg))

Reply via email to