summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 6e5cbb2ab90..ad71e68a082 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -959,7 +959,7 @@ par compared to the rest.")
959(define-public gst-plugins-ugly 959(define-public gst-plugins-ugly
960 (package 960 (package
961 (name "gst-plugins-ugly") 961 (name "gst-plugins-ugly")
962 (version "1.24.9") 962 (version "1.26.3")
963 (source 963 (source
964 (origin 964 (origin
965 (method url-fetch) 965 (method url-fetch)
@@ -967,7 +967,7 @@ par compared to the rest.")
967 (string-append "https://gstreamer.freedesktop.org/src/" 967 (string-append "https://gstreamer.freedesktop.org/src/"
968 name "/" name "-" version ".tar.xz")) 968 name "/" name "-" version ".tar.xz"))
969 (sha256 969 (sha256
970 (base32 "1dn33ivfc0rnn545y40303h5z9bm5ca9f8j2czmhbk9q1w8k0ssb")))) 970 (base32 "19fvv6rvrcvhw4lnx078xb4b85pzbwbrqwdk841sqd7pjpl5wzs1"))))
971 (build-system meson-build-system) 971 (build-system meson-build-system)
972 (arguments 972 (arguments
973 (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas 973 (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas