guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-opentsne: Update to 1.0.1.


From: guix-commits
Subject: 05/05: gnu: python-opentsne: Update to 1.0.1.
Date: Wed, 24 Jan 2024 18:07:32 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit ffa73f8ef2a6cb2b93deb38b1c88a94707e7d907
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jan 24 16:30:31 2024 -0300

    gnu: python-opentsne: Update to 1.0.1.
    
    * gnu/packages/machine-learning.scm (python-opentsne): Update to 1.0.1.
    
    Change-Id: Ic71c3622e9408a21c5bade00228a9af5320c6dce
---
 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 b870c65d0b..5ae210f375 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1863,7 +1863,7 @@ for k-neighbor-graph construction and approximate nearest 
neighbor search.")
 (define-public python-opentsne
   (package
     (name "python-opentsne")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method git-fetch) ; no tests in PyPI release
@@ -1872,7 +1872,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 "05qzpq1zjs42bl0z8girfwcj3nfxs1a99c5525vp3589sglk351g"))))
+        (base32 "0xjp0l4rxk1s685skbx50m3m9hwlj78w74qwgswnkmkk6f7c8dsi"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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