lilyp pushed a commit to branch gnome-team
in repository guix.

commit 064151e5e801edb9c96d626a8c6306e56ce59c7c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:16:55 2024 +0900

    gnu: python-gst: Update to 1.24.9.
    
    * gnu/packages/gstreamer.scm (python-gst): Update to 1.24.9.
    
    Change-Id: Ifabcaf56fd7426f799bd1253c9d39cae53d320dc
    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 a94ea79c79..e29ae05a58 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1115,7 +1115,7 @@ binary, but none of the actual plugins.")))
 (define-public python-gst
   (package
     (name "python-gst")
-    (version "1.24.6")
+    (version "1.24.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1123,7 +1123,7 @@ binary, but none of the actual plugins.")))
                     "gst-python-" version ".tar.xz"))
               (sha256
                (base32
-                "006pbf148lj00wclm1vzn8bhm6khbjax0drdz7jk0yq91s18hbk9"))))
+                "0bplhfnvsi3l9fmfb346n2dvzi1jrxqpp4kcwiwsrjrlgic1vrl0"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to