diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-12 11:36:10 +0200 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-13 10:43:28 -0400 |
commit | f8899840f8a7f325c0db5f1f48f496a572908e1a (patch) | |
tree | 88f47694e1815be93ebc5ba46aac271fecd500d7 | |
parent | 8b83f1b4ea613576014d1a822d671e9a25e293ea (diff) |
gnu: gst-plugins-ugly: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gst-plugins-upgly)[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 bc07b664b2..ab715e0f22 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -817,7 +817,7 @@ par compared to the rest.") (define-public gst-plugins-ugly (package (name "gst-plugins-ugly") - (version "1.18.2") + (version "1.18.4") (source (origin (method url-fetch) @@ -825,7 +825,7 @@ par compared to the rest.") (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "1nwbcv5yaib3d8icvyja3zf6lyjf5zf1hndbijrhj8j7xlia0dx3")))) + (base32 "0g6i4db1883q3j0l2gdv46fcqwiiaw63n6mhvsfcms1i1p7g1391")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |