lilyp pushed a commit to branch gnome-team
in repository guix.
commit ff97b4d6b0dd86a51457da24c8d552b2b60ed53d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:16:48 2024 +0900
gnu: gstreamer: Update to 1.24.9.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.24.9.
Change-Id: I1f8481d29e2e55f9cc19ef550d7dc7067609c1f7
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
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 2ade8d7986..0cf2c5f7e4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -458,7 +458,7 @@ the GStreamer multimedia framework.")
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.24.6")
+ (version "1.24.9")
(source
(origin
(method url-fetch)
@@ -467,7 +467,7 @@ the GStreamer multimedia framework.")
version ".tar.xz"))
(sha256
(base32
- "178vrkriw525pqckd1dhjgnl2fxcynj3igp36mmf7yf6sxh20d34"))))
+ "03r6rwmih3nqxrfw9nkhpbwpwp1yf7qw3m2phl6a027mxrmppx7b"))))
(build-system meson-build-system)
(arguments
(list #:disallowed-references (list python)