diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-01-01 19:52:04 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-01-01 23:48:30 +0100 |
| commit | fad498be01166d4d31d99165f608440a0b08e23a (patch) | |
| tree | 28e46a241f47a8ffc015c0dc944b6d93e9937f0b /gnu/packages/python-xyz.scm | |
| parent | 678152b937e39f875731bf82701f4c97517d1bd6 (diff) | |
gnu: python-cairocffi: Update to 1.7.1.
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.7.1.
Change-Id: Iacea14cbbafaf38bfd43841910706955468aa0a8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -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 3a39be9ab77..9301fc95714 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13521,7 +13521,7 @@ ManimPango is internally used in Manim to render (non-LaTeX) text.") (define-public python-cairocffi (package (name "python-cairocffi") - (version "1.6.1") + (version "1.7.1") (source (origin ;; The PyPI archive does not include the documentation, so use Git. @@ -13532,7 +13532,7 @@ ManimPango is internally used in Manim to render (non-LaTeX) text.") (file-name (git-file-name name version)) (sha256 (base32 - "161z2bsp0ai4311mz9n0h6vmz80690jbijxx2gqkknygwm2ynjgd")))) + "08ilpzf1027f5w461yx2cg0ky64pd41kclfklyn8n292dmc9sk4g")))) (build-system pyproject-build-system) (outputs '("out" "doc")) (inputs |
