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

commit 59f1d260ddd26619c637d98cf893c98d7b6016a4
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 23:27:31 2024 +0200

    gnu: gst-libav: Update to 1.24.6.
    
    * gnu/packages/gstreamer.scm (gst-libav): Update to 1.24.6.
---
 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 4e45e730ad..16ff6c2c29 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1015,7 +1015,7 @@ think twice about shipping them.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.22.3")
+    (version "1.24.6")
     (source
      (origin
        (method url-fetch)
@@ -1024,7 +1024,7 @@ think twice about shipping them.")
          "https://gstreamer.freedesktop.org/src/"; name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "08x929yhjd2wpy05146fnqv6p2hw58ha079bwfkp2hwbh02wii9f"))))
+        (base32 "1gzj4a3cqczp9hj18frzlp00xj45p1dg58ra6iz903rr3940igab"))))
     (build-system meson-build-system)
     (native-inputs (list perl pkg-config python-wrapper ruby))
     (inputs (list ffmpeg))

Reply via email to