me
/
guix
Archived
1
0
Fork 0

gnu: gst-libav: Update to 1.22.2.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.22.2.
master
Maxim Cournoyer 2023-04-11 21:00:42 -04:00
parent 8480a784f2
commit 4f1b5cd3ef
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1008,7 +1008,7 @@ think twice about shipping them.")
(define-public gst-libav
(package
(name "gst-libav")
(version "1.22.1")
(version "1.22.2")
(source
(origin
(method url-fetch)
@ -1017,7 +1017,7 @@ think twice about shipping them.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32 "1yxmc3jchqyw0gcc5193640xf70s2dl55nzqh6jbghrsvhjyhn69"))))
(base32 "1zfg7giwampmjxkqr5pqy66vck42b0akmwby661brwz8iy3zkapw"))))
(build-system meson-build-system)
(arguments (list #:meson meson-0.63))
(native-inputs