diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-06-26 19:25:42 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-28 20:30:44 +0200 |
commit | a7c64b598bc298e6c3dda71e4b3f6711db8ed559 (patch) | |
tree | 768373a19614f9ac50c7876ba98c6f4899927432 /gnu | |
parent | 00319b983513f312c45452d360e74e63deab924b (diff) | |
download | guix-a7c64b598bc298e6c3dda71e4b3f6711db8ed559.tar.gz guix-a7c64b598bc298e6c3dda71e4b3f6711db8ed559.zip |
gnu: gst-libav: Update to 1.20.3.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.20.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index fe9a8d6c32..78665b293a 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -966,7 +966,7 @@ think twice about shipping them.") (define-public gst-libav (package (name "gst-libav") - (version "1.18.5") + (version "1.20.3") (source (origin (method url-fetch) @@ -975,7 +975,7 @@ think twice about shipping them.") "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "0j55jgk9sbhinfx2gsg21q609x6yzrixrn5xxlxd378fj6500bl2")))) + (base32 "1zkxybdzdkn07wwmj0rrgxyvbry472dggjv2chdsmpzwc02x3v9z")))) (build-system meson-build-system) (native-inputs (list perl pkg-config python-wrapper ruby)) |