mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pycairo: Update to 1.26.0.
* gnu/packages/gtk.scm (python-pycairo): Update to 1.26.0. Change-Id: I7349bd0c68b061d0f3fe46db52b7fdc63acbd69b
This commit is contained in:
parent
155f23a52e
commit
adecd321c3
1 changed files with 2 additions and 2 deletions
|
@ -1965,7 +1965,7 @@ printing and other features typical of a source code editor.")
|
||||||
(define-public python-pycairo
|
(define-public python-pycairo
|
||||||
(package
|
(package
|
||||||
(name "python-pycairo")
|
(name "python-pycairo")
|
||||||
(version "1.21.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1973,7 +1973,7 @@ printing and other features typical of a source code editor.")
|
||||||
version "/pycairo-" version ".tar.gz"))
|
version "/pycairo-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jxpyibpjadw8ah1mqbhvryr795myiznb1ikm8wgjbamibqhf695"))))
|
"1sybz43sj4ynjahlkidrcdpdrq8yi1avkndc2hgb5pgvfjld1p9d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python-pytest))
|
(list pkg-config python-pytest))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue