summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorJosé Miguel Sánchez García <jmi2k@openmailbox.org>2017-05-23 17:56:15 +0200
committerArun Isaac <arunisaac@systemreboot.net>2017-05-24 15:12:31 +0530
commit80f78e8f6fbe23d2b824a075db7e8d08999189e4 (patch)
treea4457e769c5547aae7ae7e620ee81e5241a064ba /gnu/packages/python.scm
parent3015d4556f18e9f3b79b8079f6cfef17ebe22ec9 (diff)
downloadguix-patches-80f78e8f6fbe23d2b824a075db7e8d08999189e4.tar
guix-patches-80f78e8f6fbe23d2b824a075db7e8d08999189e4.tar.gz
gnu: python-cairocffi: Update to 0.8.0.
* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ecb037f338..d29a14c18a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4768,7 +4768,7 @@ support for Python 3 and PyPy. It is based on cffi.")
(define-public python-cairocffi
(package
(name "python-cairocffi")
- (version "0.6")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
@@ -4778,7 +4778,7 @@ support for Python 3 and PyPy. It is based on cffi.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "03w5p62sp3nqiccx864sbq0jvh7946277jqx3rcc3dch5xwfvv51"))))
+ "1rk2dvy3fxrga6bvvxc2fi5lbaynm5h4a0w0aaxyn3bc77rszjg9"))))
(build-system python-build-system)
(outputs '("out" "doc"))
(inputs