apteryx pushed a commit to branch staging
in repository guix.

commit 3f33da27591ab0726909b7cc3363d06d883fdc9d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Mar 27 14:20:55 2023 -0400

    gnu: gst-libav: Update to 1.22.1.
    
    * gnu/packages/gstreamer.scm (gst-libav): Update to 1.22.1.
    [arguments]: Use meson-0.63.
---
 gnu/packages/gstreamer.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b2a78a5556..42bbe3241b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1003,7 +1003,7 @@ think twice about shipping them.")
 (define-public gst-libav
   (package
     (name "gst-libav")
-    (version "1.20.3")
+    (version "1.22.1")
     (source
      (origin
        (method url-fetch)
@@ -1012,8 +1012,9 @@ think twice about shipping them.")
          "https://gstreamer.freedesktop.org/src/"; name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "1zkxybdzdkn07wwmj0rrgxyvbry472dggjv2chdsmpzwc02x3v9z"))))
+        (base32 "1yxmc3jchqyw0gcc5193640xf70s2dl55nzqh6jbghrsvhjyhn69"))))
     (build-system meson-build-system)
+    (arguments (list #:meson meson-0.63))
     (native-inputs
      (list perl pkg-config python-wrapper ruby))
     (inputs

Reply via email to