gnu: python-pycairo: Update to 1.17.1.

* gnu/packages/gtk.scm (python-pycairo): Update to 1.17.1.
master
Marius Bakke 2018-08-27 16:33:48 +02:00
parent 74f3fdbdb3
commit b49e1e81db
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1173,7 +1173,7 @@ printing and other features typical of a source code editor.")
(define-public python-pycairo
(package
(name "python-pycairo")
(version "1.16.3")
(version "1.17.1")
(source
(origin
(method url-fetch)
@ -1181,7 +1181,7 @@ printing and other features typical of a source code editor.")
version "/pycairo-" version ".tar.gz"))
(sha256
(base32
"1xq1bwhyi5imca5kvd28szh2rdzi8g0kaspwaqgsbczqskjj3csv"))))
"165n0g7gp2a0qi8558snvfans17x83jv2lv7bx4vr1rxjbn3a2hg"))))
(build-system python-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)