mbakke pushed a commit to branch core-updates
in repository guix.
commit b49e1e81db2234ea408b903d1cdf9c93434e237c
Author: Marius Bakke <[email protected]>
Date: Mon Aug 27 16:33:48 2018 +0200
gnu: python-pycairo: Update to 1.17.1.
* gnu/packages/gtk.scm (python-pycairo): Update to 1.17.1.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index caa9e38..1cf99f8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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)