mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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>
This commit is contained in:
parent
4f6191fbcd
commit
e9e05dd129
1 changed files with 2 additions and 2 deletions
|
@ -1088,7 +1088,7 @@ (define-public python-distributed
|
|||
(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 @@ (define-public python-modin
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"128ghfb9ncmnn8km409xjcdppvn9nr9jqw8rkvsfavh7wnwlk509"))))
|
||||
"0nf2pdqna2vn7vq7q7b51f3cfbrxfn77pyif3clibjsxzvfm9k03"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue