summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2025-04-12 10:42:23 +0200
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:48:22 +0900
commit78a9b51d411b72dc8513d27ab5dbd9e96bc29550 (patch)
tree1d119f4b4c34be09adc957d4826658818a1290f4 /gnu
parent20e1ad65f863db5b444c639b3528249e32a2875a (diff)
gnu: gst-plugins-good: Update to 1.26.3.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.26.3. (cherry picked from commit e154bdc69bc98acf702b5c45925f0aa96d99e4fa)
Diffstat (limited to 'gnu')
-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 3fbeb6390e5..f339cc13843 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -623,7 +623,7 @@ for the GStreamer multimedia library.")
623(define-public gst-plugins-good 623(define-public gst-plugins-good
624 (package 624 (package
625 (name "gst-plugins-good") 625 (name "gst-plugins-good")
626 (version "1.24.9") 626 (version "1.26.3")
627 (source 627 (source
628 (origin 628 (origin
629 (method url-fetch) 629 (method url-fetch)
@@ -632,7 +632,7 @@ for the GStreamer multimedia library.")
632 "https://gstreamer.freedesktop.org/src/" name "/" 632 "https://gstreamer.freedesktop.org/src/" name "/"
633 name "-" version ".tar.xz")) 633 name "-" version ".tar.xz"))
634 (sha256 634 (sha256
635 (base32 "17vr55pgh2paqi82l5jn841873c2w0lal7kgz2i3qzikzw5yazc9")))) 635 (base32 "0lrwscda9yy8a61bv65c3392vb5m8phrl5i7bwgbprnz1rkwjkpy"))))
636 (build-system meson-build-system) 636 (build-system meson-build-system)
637 (arguments 637 (arguments
638 (list 638 (list