diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-15 00:17:06 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:18 +0100 |
| commit | abe18178a794fb7487371c19c0c835cfb40c19b6 (patch) | |
| tree | 34b4cee9d007a97e63cedd28ec3e0d0a048dea33 /gnu/packages | |
| parent | 2f52a550bad05f26746e20e465c40ff6953a0136 (diff) | |
gnu: python-hnswlib: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-hnswlib): Update to 0.8.0.
Change-Id: I494260ebd9230c729ca4dca0cc7ef5c2685bf19a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4223c159988..84f79dadb79 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5271,7 +5271,7 @@ interface utility to parse @url{https://hjson.github.io/, HJSON}) documents.") (define-public python-hnswlib (package (name "python-hnswlib") - (version "0.5.2") + (version "0.8.0") (source (origin (method git-fetch) @@ -5280,7 +5280,7 @@ interface utility to parse @url{https://hjson.github.io/, HJSON}) documents.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ixhpsqlikjf7id1zlgqakq2ihpvq5h3npxj7mqjbx09ncsjam1m")))) + (base32 "0l5ry8c1qkck8w5acdl4k3acs9qfxiq0lc7f50x8vz53imgh1afl")))) (build-system pyproject-build-system) (arguments (list @@ -5291,8 +5291,12 @@ interface utility to parse @url{https://hjson.github.io/, HJSON}) documents.") (substitute* "setup.py" ((", '-march=native'") ""))))))) - (propagated-inputs (list python-numpy)) - (native-inputs (list pybind11 python-pytest python-setuptools)) + (native-inputs + (list pybind11 + python-pytest + python-setuptools)) + (propagated-inputs + (list python-numpy)) (home-page "https://github.com/nmslib/hnswlib") (synopsis "Fast approximate nearest neighbor search") (description "Hnswlib is a header-only C++ implementation of fast |
