guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-modin: Update to 0.15.1.


From: guix-commits
Subject: 04/05: gnu: python-modin: Update to 0.15.1.
Date: Sat, 25 Jun 2022 19:01:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e9e05dd1296afc85f80783555b34452f43fcedfd
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Jun 24 14:50:32 2022 +0000

    gnu: python-modin: Update to 0.15.1.
    
    * gnu/packages/python-science.scm (python-modin): Update to 0.15.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 56f109e3d5..35daef2815 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1088,7 +1088,7 @@ computing in Python.  It extends both the 
@code{concurrent.futures} and
 (define-public python-modin
   (package
     (name "python-modin")
-    (version "0.10.1")
+    (version "0.15.1")
     (source
      (origin
        ;; The archive on pypi does not include all required files.
@@ -1099,7 +1099,7 @@ computing in Python.  It extends both the 
@code{concurrent.futures} and
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "128ghfb9ncmnn8km409xjcdppvn9nr9jqw8rkvsfavh7wnwlk509"))))
+         "0nf2pdqna2vn7vq7q7b51f3cfbrxfn77pyif3clibjsxzvfm9k03"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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