guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 660d1f02a00c7ffad6470a19c41ed278b2a8b6f9
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Apr 12 10:42:03 2025 +0200
gnu: gstreamer: Update to 1.26.3.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.26.3.
(cherry picked from commit 27ae993a066437e873a6adc3bb4d70e288659ec7)
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 76bc3bcb82..461512be6c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -434,7 +434,7 @@ the GStreamer multimedia framework.")
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.24.9")
+ (version "1.26.3")
(source
(origin
(method url-fetch)
@@ -443,7 +443,7 @@ the GStreamer multimedia framework.")
version ".tar.xz"))
(sha256
(base32
- "03r6rwmih3nqxrfw9nkhpbwpwp1yf7qw3m2phl6a027mxrmppx7b"))))
+ "1016z0znl2j43n08rl19zdhfvfsgnmg44qh8fk6dr4qj481icrnw"))))
(build-system meson-build-system)
(arguments
(list #:disallowed-references (list python)