guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c0efaba103871e799a0fe60e5658cb3b4242a3dc
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Dec 24 15:24:46 2025 -0300
gnu: python-pyvips: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-pyvips): Update to 3.1.1.
Change-Id: Ic66d4fe2449d83a3c3ec133a93ed11bef7c280d3
---
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 29eb44985c..e9c28662d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13417,7 +13417,7 @@ data, and scientific formats.")
(define-public python-pyvips
(package
(name "python-pyvips")
- (version "3.0.0")
+ (version "3.1.1")
(source
(origin
(method git-fetch) ; PyPI does not include test helpers
@@ -13426,7 +13426,7 @@ data, and scientific formats.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "017x7i8ssghsdpncjfhk5shdq31784hb5xjalrxl918s86rjwakp"))))
+ (base32 "1ibc1m2qbr9dzw3ck69fcbgrn1kvq3j6mkw1ac52ngd4v2fhbx04"))))
(build-system pyproject-build-system)
(native-inputs
(list pkg-config