guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fad498be01166d4d31d99165f608440a0b08e23a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Jan 1 19:52:04 2026 +0100
gnu: python-cairocffi: Update to 1.7.1.
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.7.1.
Change-Id: Iacea14cbbafaf38bfd43841910706955468aa0a8
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a39be9ab7..9301fc9571 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