me
/
guix
Archived
1
0
Fork 0

gnu: python-pycairo: Update to 1.21.0.

* gnu/packages/gtk.scm (python-pycairo): Update to 1.21.0.
master
Marius Bakke 2022-07-16 00:02:45 +02:00
parent 5a4406a93d
commit 89a2a5a72e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1871,7 +1871,7 @@ printing and other features typical of a source code editor.")
(define-public python-pycairo
(package
(name "python-pycairo")
(version "1.20.0")
(version "1.21.0")
(source
(origin
(method url-fetch)
@ -1879,7 +1879,7 @@ printing and other features typical of a source code editor.")
version "/pycairo-" version ".tar.gz"))
(sha256
(base32
"1326aa2ybhhhrvz3n4p22z5sic25m016ddb5yq0hvbprnw6a35an"))))
"0jxpyibpjadw8ah1mqbhvryr795myiznb1ikm8wgjbamibqhf695"))))
(build-system python-build-system)
(native-inputs
(list pkg-config python-pytest))