diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-10-19 17:40:51 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:33 +0100 |
commit | dae7f8b822f78943927c8d42b9d799d147c5fefa (patch) | |
tree | 7648ffbd7756cb26c7b8acf01730bd93f3bdc10f /gnu/packages/gstreamer.scm | |
parent | e289080871023e953fe2d20350fbde9db556e84b (diff) |
gnu: python-pygobject: Update to 3.50.0.
* gnu/packages/glib.scm (python-pygobject): Update to 3.50.0.
(python-pygobject-3.48): Delete variable.
* gnu/packages/gstreamer.scm (python-gst): Adjust accordingly.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 576333e6e1..e06ab79b7c 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1130,7 +1130,7 @@ binary, but none of the actual plugins."))) (native-inputs (list pkg-config python)) (propagated-inputs - (list gst-plugins-base python-pygobject-3.48)) + (list gst-plugins-base python-pygobject)) (home-page "https://gstreamer.freedesktop.org/") (synopsis "GStreamer GObject Introspection overrides for Python") (description |