guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d1b821188c84d7398a36cbe054c13cc8f694b1cb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 15 00:17:06 2025 +0000

    gnu: python-hnswlib: Update to 0.8.0.
    
    * gnu/packages/python-xyz.scm (python-hnswlib): Update to 0.8.0.
    
    Change-Id: I494260ebd9230c729ca4dca0cc7ef5c2685bf19a
---
 gnu/packages/python-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a83486b8b5..b001e2000d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5225,7 +5225,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)
@@ -5234,7 +5234,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
@@ -5245,8 +5245,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

Reply via email to