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
parent aeb0ab30ba
commit 13bd2db67c
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551

View File

@ -790,7 +790,7 @@ useful for C++.")
(define-public python-pygobject
(package
(name "python-pygobject")
(version "3.34.0")
(version "3.40.1")
(source
(origin
(method url-fetch)
@ -799,7 +799,7 @@ useful for C++.")
"/pygobject-" version ".tar.xz"))
(sha256
(base32
"06i7ynnbvgpz0gw09zsjbvhgcp5qz4yzdifw27qjwdazg2mckql7"))
"0d80g5kgf2i9cginyhalvb7ibfk9g30yilqzmcsw6h6byj8xbih0"))
(modules '((guix build utils)))
(snippet
'(begin
@ -814,7 +814,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)