apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit d6afce244f5d069b6c91f5ca610a10764573a262 Author: Raghav Gururajan <[email protected]> AuthorDate: Tue Apr 27 05:23:34 2021 -0400 gnu: python-pygobject: Update to 3.40.1. * gnu/packages/glib.scm (python-pygobject)[version]: Update to 3.40.1. [native-inputs]: Add python-wrapper. --- gnu/packages/glib.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index c395eea..ce9e3fc 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -906,7 +906,8 @@ useful for C++.") (native-inputs `(("glib-bin" ,glib "bin") ("pkg-config" ,pkg-config) - ("python-pytest" ,python-pytest))) + ("python-pytest" ,python-pytest) + ("python-wrapper" ,python-wrapper))) ; For patching shebangs (inputs `(("python" ,python) ("python-pycairo" ,python-pycairo)
