diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 21:00:42 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:12:09 -0400 |
commit | 8480a784f2f57e57f03fe3afc8043bcb76097db9 (patch) | |
tree | a5e812ac73f0b29be91445b47382466fe04fa9ee /gnu/packages | |
parent | e1e6ccf8e366ca713498712199165953c6b74d99 (diff) | |
download | guix-8480a784f2f57e57f03fe3afc8043bcb76097db9.tar.gz |
gnu: gst-plugins-ugly: Update to 1.22.2.
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.22.2.
Diffstat (limited to 'gnu/packages')
-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 a24ed55e22..bf0ba11c1f 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -950,7 +950,7 @@ par compared to the rest.") (define-public gst-plugins-ugly (package (name "gst-plugins-ugly") - (version "1.22.1") + (version "1.22.2") (source (origin (method url-fetch) @@ -958,7 +958,7 @@ par compared to the rest.") (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "1hhmi1jds1lcdr0w9jmi1ys0nkyfbpvb2jvw7k5f3g416khxkcsa")))) + (base32 "1486x08bwasq6l7kc75nph5az61siq9mbgkgpw4kf1mxn16z8c4g")))) (build-system meson-build-system) (arguments (list #:meson meson-0.63 |