GNU bug report logs -
#56194
[PATCH 0/2] fix xsimd-bechmark
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 24 Jun 2022 14:48:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 56194 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-science.scm (python-modin): Update to 0.15.1.
---
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 @@ (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
--
2.36.1
This bug report was last modified 2 years and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.