diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-12 11:36:09 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:18 -0500 |
commit | 69e3e046d6cd20f6a07040454dec63091d9ec78e (patch) | |
tree | 9f345a70e45b6252b6e12fe04b4e863215d754d7 /gnu/packages/gstreamer.scm | |
parent | 4c0a39ee65b4f7d57e5f5156b2291dafbb69587f (diff) | |
download | guix-69e3e046d6cd20f6a07040454dec63091d9ec78e.tar.gz |
gnu: gst-plugins-good: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gst-plugins-good)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-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 a9f21367df..68ba23da00 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -618,7 +618,7 @@ for the GStreamer multimedia library.") (define-public gst-plugins-good (package (name "gst-plugins-good") - (version "1.18.2") + (version "1.18.4") (source (origin (method url-fetch) @@ -630,7 +630,7 @@ for the GStreamer multimedia library.") "gst-plugins-good-CVE-2021-3497.patch" "gst-plugins-good-CVE-2021-3498.patch")) (sha256 - (base32 "1929nhjsvbl4bw37nfagnfsnxz737cm2x3ayz9ayrn9lwkfm45zp")))) + (base32 "1c1rpq709cy8maaykyn1n0kckj9c6fl3mhvixkk6xmdwkcx0xrdn")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |