diff options
author | José Miguel Sánchez García <jmi2k@openmailbox.org> | 2017-05-23 17:56:15 +0200 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-05-24 15:12:31 +0530 |
commit | 80f78e8f6fbe23d2b824a075db7e8d08999189e4 (patch) | |
tree | a4457e769c5547aae7ae7e620ee81e5241a064ba | |
parent | 3015d4556f18e9f3b79b8079f6cfef17ebe22ec9 (diff) | |
download | guix-80f78e8f6fbe23d2b824a075db7e8d08999189e4.tar.gz guix-80f78e8f6fbe23d2b824a075db7e8d08999189e4.zip |
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>
-rw-r--r-- | gnu/packages/python.scm | 4 |
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 |