lilyp pushed a commit to branch gnome-team
in repository guix.
commit d6458af2d8a3868ff375ba061187d1c1303ffd0a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 23:27:42 2024 +0200
gnu: python-gst: Update to 1.24.6.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.24.6.
---
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 cf9b0adce9..9a3f120d22 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1103,7 +1103,7 @@ binary, but none of the actual plugins.")))
(define-public python-gst
(package
(name "python-gst")
- (version "1.22.3")
+ (version "1.24.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1111,7 +1111,7 @@ binary, but none of the actual plugins.")))
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "073kii36ncgsyq0b5njbsvprrg1k3kmydr3dxwiccjv3pvxd7gkh"))))
+ "006pbf148lj00wclm1vzn8bhm6khbjax0drdz7jk0yq91s18hbk9"))))
(build-system meson-build-system)
(arguments
(list