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:
parent
aeb0ab30ba
commit
13bd2db67c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user