diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 23:27:42 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:31 +0100 |
commit | 7f5dae4c11caecc33df01a4abacc171bf03f1930 (patch) | |
tree | 7169166a36d2cb367df7858f8bc9bf334cef8d5e /gnu/packages/gstreamer.scm | |
parent | 3ea913972bcf1ef5ebe8fa4332edbb80aa3f62d9 (diff) |
gnu: python-gst: Update to 1.24.6.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.24.6.
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 eac49d8f14..576333e6e1 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1106,7 +1106,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 @@ -1114,7 +1114,7 @@ binary, but none of the actual plugins."))) "gst-python-" version ".tar.xz")) (sha256 (base32 - "073kii36ncgsyq0b5njbsvprrg1k3kmydr3dxwiccjv3pvxd7gkh")))) + "006pbf148lj00wclm1vzn8bhm6khbjax0drdz7jk0yq91s18hbk9")))) (build-system meson-build-system) (arguments (list |