This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f6828ef8b3 gnu: python-hdbscan: Update to 0.8.41.
f6828ef8b3 is described below

commit f6828ef8b34d1848f46f04a9e5f4413f71e1ef6a
Author: jgart <[email protected]>
AuthorDate: Thu Jan 15 15:28:19 2026 -0500

    gnu: python-hdbscan: Update to 0.8.41.
    
    * gnu/packages/machine-learning.scm (python-hdbscan): Update to 0.8.41.
    
    Change-Id: I3f817ce3f7af0b1d1e575c58bcd01d6a1f1fa805
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 58ae2dd6cc..f332c9d6a3 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2317,13 +2317,13 @@ for scientific computing and data science (e.g. BLAS 
and OpenMP).")
 (define-public python-hdbscan
   (package
     (name "python-hdbscan")
-    (version "0.8.40")
+    (version "0.8.41")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "hdbscan" version))
        (sha256
-        (base32 "05wask431fm78n1227dhvwsmlnys9d95vxjz0y8hbvmy2zzq7qy9"))))
+        (base32 "0ggzkm153cmgdq88jpdsvcmsipdicri24b957wbz47xjbcz847p4"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to