diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-27 09:14:22 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-27 14:58:29 +0200 |
commit | 42695102bfb6ee5ca85a89707b851eca2fedbe43 (patch) | |
tree | cd801575629d3d74c18f554afb8a800ea80e729f /gnu/packages/gstreamer.scm | |
parent | 398475049284668ad16d2f69c2b475c618e62822 (diff) | |
download | guix-42695102bfb6ee5ca85a89707b851eca2fedbe43.tar guix-42695102bfb6ee5ca85a89707b851eca2fedbe43.tar.gz |
gnu: gst-plugins-ugly: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.22.3.
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 5f2e8702ff..4bc5d34ee1 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -943,7 +943,7 @@ par compared to the rest.") (define-public gst-plugins-ugly (package (name "gst-plugins-ugly") - (version "1.22.2") + (version "1.22.3") (source (origin (method url-fetch) @@ -951,7 +951,7 @@ par compared to the rest.") (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "1486x08bwasq6l7kc75nph5az61siq9mbgkgpw4kf1mxn16z8c4g")))) + (base32 "0q53snvh7kr8g7qqxy4v5ska0d78kgc5bkp6qjrnhcr9qbaqxj9x")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |