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.
This commit is contained in:
Raghav Gururajan 2021-04-27 05:23:34 -04:00 committed by Maxim Cournoyer
parent 03f2055e40
commit 595deb4f78
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -906,7 +906,8 @@ (define-public python-pygobject
(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)