guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1e7a8fea6369238ce5bafd3f8d44a6f5eeab7411
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 3 10:27:02 2026 +0100
gnu: python-rapidfuzz: Update to 3.14.5.
* gnu/packages/python-xyz.scm (python-rapidfuzz): Update to 3.14.5.
[native-inputs]: Remove cmake-minimal, python-numpy, and python-pandas; add
python-pandas-minimal.
---
gnu/packages/python-xyz.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 42c50e42f6..b1ee0d0d1a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5577,22 +5577,20 @@ automatically generate the interface code.")
(define-public python-rapidfuzz
(package
(name "python-rapidfuzz")
- (version "3.14.3")
+ (version "3.14.5")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/rapidfuzz/RapidFuzz")
- (commit (string-append "v" version))))
+ (url "https://github.com/rapidfuzz/RapidFuzz")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vnm1yx12am0ffbh0fj4nd8l1h0m299hdsw6kcp0pmgnl1jxxr8c"))))
+ (base32 "0ic219rfw4nlj9jp3idhxpk8vjlcw3x0xc23s36hf6gs41wxwpn0"))))
(build-system pyproject-build-system)
(native-inputs
- (list cmake-minimal
- python-cython
- python-numpy
- python-pandas
+ (list python-cython
+ python-pandas-minimal
python-pytest
python-scikit-build-core
rapidfuzz-cpp