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 /gnu/packages/python.scm | |
| parent | 3015d4556f18e9f3b79b8079f6cfef17ebe22ec9 (diff) | |
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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ecb037f338a..d29a14c18a5 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.") | |||
| 4768 | (define-public python-cairocffi | 4768 | (define-public python-cairocffi |
| 4769 | (package | 4769 | (package |
| 4770 | (name "python-cairocffi") | 4770 | (name "python-cairocffi") |
| 4771 | (version "0.6") | 4771 | (version "0.8.0") |
| 4772 | (source | 4772 | (source |
| 4773 | (origin | 4773 | (origin |
| 4774 | (method url-fetch) | 4774 | (method url-fetch) |
| @@ -4778,7 +4778,7 @@ support for Python 3 and PyPy. It is based on cffi.") | |||
| 4778 | (file-name (string-append name "-" version ".tar.gz")) | 4778 | (file-name (string-append name "-" version ".tar.gz")) |
| 4779 | (sha256 | 4779 | (sha256 |
| 4780 | (base32 | 4780 | (base32 |
| 4781 | "03w5p62sp3nqiccx864sbq0jvh7946277jqx3rcc3dch5xwfvv51")))) | 4781 | "1rk2dvy3fxrga6bvvxc2fi5lbaynm5h4a0w0aaxyn3bc77rszjg9")))) |
| 4782 | (build-system python-build-system) | 4782 | (build-system python-build-system) |
| 4783 | (outputs '("out" "doc")) | 4783 | (outputs '("out" "doc")) |
| 4784 | (inputs | 4784 | (inputs |
