diff options
| author | jgart <jgart@dismail.de> | 2026-03-24 22:24:17 -0400 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-03-25 11:08:35 -0400 |
| commit | 806f3e4752cac7ebd14bda666c2fcb6ee527dc14 (patch) | |
| tree | 51c8a95aaffecf7a96a21fec40be8fb782e726bd /gnu | |
| parent | 20aaf45aca3b5eafb84604b186324d5e29d2d99a (diff) | |
gnu: python-rapidfuzz: Update to 3.14.3.
* gnu/packages/python-xyz.scm (python-rapidfuzz): Update to 3.14.3.
[native-inputs]: Add python-numpy and python-pandas.
Change-Id: Ibac21d42e962763639e1774d3042edaf31a106b5
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 866b973d6b0..55ff8fbccc5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4658,7 +4658,7 @@ automatically generate the interface code.") (define-public python-rapidfuzz (package (name "python-rapidfuzz") - (version "3.14.1") + (version "3.14.3") (source (origin (method git-fetch) @@ -4667,11 +4667,13 @@ automatically generate the interface code.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1kqy9paxri1ih47mwmsxwz7a222sn2si5n8qd7gxhdf1wdrpdrm7")))) + (base32 "1vnm1yx12am0ffbh0fj4nd8l1h0m299hdsw6kcp0pmgnl1jxxr8c")))) (build-system pyproject-build-system) (native-inputs (list cmake-minimal python-cython + python-numpy + python-pandas python-pytest python-scikit-build-core rapidfuzz-cpp |
