summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-10-19 17:40:51 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-03-02 20:31:33 +0100
commitdae7f8b822f78943927c8d42b9d799d147c5fefa (patch)
tree7648ffbd7756cb26c7b8acf01730bd93f3bdc10f /gnu/packages/gstreamer.scm
parente289080871023e953fe2d20350fbde9db556e84b (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.scm2
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