diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-27 16:33:48 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-27 16:33:48 +0200 |
commit | b49e1e81db2234ea408b903d1cdf9c93434e237c (patch) | |
tree | 8c1e308a4ec32867f1ddea2fd1770e0ae09ef220 /gnu/packages | |
parent | 74f3fdbdb3738e191b8723df9132f5d33d9dd11e (diff) | |
download | guix-b49e1e81db2234ea408b903d1cdf9c93434e237c.tar guix-b49e1e81db2234ea408b903d1cdf9c93434e237c.tar.gz |
gnu: python-pycairo: Update to 1.17.1.
* gnu/packages/gtk.scm (python-pycairo): Update to 1.17.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index caa9e38a9e..1cf99f8db1 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) |