diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-12 11:36:09 +0200 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-13 10:43:11 -0400 |
commit | 8b83f1b4ea613576014d1a822d671e9a25e293ea (patch) | |
tree | 4309f8932c066a4f47f1ff87c257e44916d93808 | |
parent | beab681b66017ca7ce71a9541021d240ee85398c (diff) |
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>
-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 54bc5dfa22..bc07b664b2 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) @@ -628,7 +628,7 @@ for the GStreamer multimedia library.") name "-" version ".tar.xz")) (patches (search-patches "gst-plugins-good-fix-test.patch")) (sha256 - (base32 "1929nhjsvbl4bw37nfagnfsnxz737cm2x3ayz9ayrn9lwkfm45zp")))) + (base32 "1c1rpq709cy8maaykyn1n0kckj9c6fl3mhvixkk6xmdwkcx0xrdn")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |