diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-05 17:06:26 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-07 17:36:42 +0200 |
commit | a867125b3aaaa7201b6546b8803373f55a9e059f (patch) | |
tree | 7472b186a3484ce708c1ed3d525354c13610a9c6 | |
parent | 79143344f875c56c6b2a790a7963bd0f6a2a9592 (diff) |
gnu: python-cairocffi: Update to 1.3.0.
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ea962c3b57..ac5070b50c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7705,7 +7705,7 @@ support for Python 3 and PyPy. It is based on cffi.") (define-public python-cairocffi (package (name "python-cairocffi") - (version "1.2.0") + (version "1.3.0") (source (origin ;; The PyPI archive does not include the documentation, so use Git. @@ -7716,7 +7716,7 @@ support for Python 3 and PyPy. It is based on cffi.") (file-name (git-file-name name version)) (sha256 (base32 - "1ypw0c2lr43acn57hbmckk183zq4h477j7p4ig2zjvw0mcpvia50")))) + "0lylyxyyd8csjhn5kxwzrcr6ick6pvvm1wclpmb5ni28jznxn7lb")))) (build-system python-build-system) (outputs '("out" "doc")) (inputs |