guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: python-opentsne: Update to 1.0.0.


From: guix-commits
Subject: 02/08: gnu: python-opentsne: Update to 1.0.0.
Date: Fri, 3 Nov 2023 18:30:14 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit a55c3110be7a0db1c915b1b0d024bba67cecb57f
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Oct 13 13:03:40 2023 -0300

    gnu: python-opentsne: Update to 1.0.0.
    
    * gnu/packages/machine-learning.scm (python-opentsne): Update to 1.0.0.
---
 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 460e77cf0b..acb3146e39 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1744,7 +1744,7 @@ for k-neighbor-graph construction and approximate nearest 
neighbor search.")
 (define-public python-opentsne
   (package
     (name "python-opentsne")
-    (version "0.7.1")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch) ; no tests in PyPI release
@@ -1753,7 +1753,7 @@ for k-neighbor-graph construction and approximate nearest 
neighbor search.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12wp98mh67v6v683yi7wbv8zhpafrfz21z349bww4wgi2q7bl3il"))))
+        (base32 "05qzpq1zjs42bl0z8girfwcj3nfxs1a99c5525vp3589sglk351g"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]