diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-11 15:16:55 +0900 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:35 +0100 |
commit | 99f5a1eeb634f61d8f64b8a4f43ce43106b24226 (patch) | |
tree | f5170be268e4b75aed57410fd2b4c39353459584 /gnu/packages/gstreamer.scm | |
parent | 5d3ec129bdc307952a2cf46be02f511b94ab5ee4 (diff) |
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files 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 |