me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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)