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

commit ba92122e53870abf5938cf7406ea9ce2670d5cc2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 2 14:54:01 2024 +0200

    gnu: python-umap-learn: Update to 0.5.6.
    
    * gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.6.
    
    Change-Id: If05cf1a9c7ad1d9fd0439bc888983608d70aea75
---
 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 80108293de..48241c4b63 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3914,7 +3914,7 @@ methodxs at scale on CPU or GPU.")
 (define-public python-umap-learn
   (package
     (name "python-umap-learn")
-    (version "0.5.5")
+    (version "0.5.6")
     (source
      (origin
        (method git-fetch)               ;no tests in pypi release
@@ -3924,7 +3924,7 @@ methodxs at scale on CPU or GPU.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ijyiaqycynwj1383cxp519c765gjbg1f6fjwbvqj1gims710w3d"))))
+         "0rb0nx0zwi5gddiqil20ssqwb45a8w9fk65bnam001kp7vqjb9ky"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to