diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-12 11:36:11 +0200 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:25 -0400 |
commit | e2a3af87e5bd0738e25916c4245c9c113353c19a (patch) | |
tree | ec5202958ea5fc960f1653c8569f2fd17b8d2e72 /gnu | |
parent | 5512cdc5cee39af1cb9cb50dd4fe74eb7120031f (diff) | |
download | guix-e2a3af87e5bd0738e25916c4245c9c113353c19a.tar.gz |
gnu: gst-libav: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gst-libav)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
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 452afe9f1d..ee5f52cbf1 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -882,7 +882,7 @@ think twice about shipping them.") (define-public gst-libav (package (name "gst-libav") - (version "1.18.2") + (version "1.18.4") (source (origin (method url-fetch) @@ -892,7 +892,7 @@ think twice about shipping them.") name "-" version ".tar.xz")) (patches (search-patches "gst-libav-64channels-stack-corruption.patch")) (sha256 - (base32 "0jbzams9ggk3sq9ywv4gsl9rghyn203l2582m6l5c1sz9ka9m5in")))) + (base32 "15n3x3vhshqa3icw93g4vqmqd46122anzqvfxwn6q8famlxlcjil")))) (build-system meson-build-system) (native-inputs `(("perl" ,perl) |