diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-22 01:37:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-22 01:37:35 +0200 |
commit | 0998175f4e0869f5b6c141d74393d60758c39ff4 (patch) | |
tree | 15873de449fca75063bb61a82277f59596fa8b72 /gnu | |
parent | b5cb46243840ff93673a51288cb15ede137880d5 (diff) | |
download | patches-0998175f4e0869f5b6c141d74393d60758c39ff4.tar patches-0998175f4e0869f5b6c141d74393d60758c39ff4.tar.gz |
gnu: python-dask: Update to 1.2.2.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b4cf0e3280..a10b6cfe60 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15124,14 +15124,13 @@ append on old values. Partd excels at shuffling operations.") (define-public python-dask (package (name "python-dask") - (version "1.2.0") + (version "1.2.2") (source (origin (method url-fetch) (uri (pypi-uri "dask" version)) (sha256 - (base32 - "1y0dqcp72ixwblgway0jpvfirlxfcmwrjiivdq96firj1hw127sd")))) + (base32 "0b29gvf96gmp20wicly3v3mhyc93zbm3mdv935fka6x0wax7cy2y")))) (build-system python-build-system) ;; A single test out of 5000+ fails. This test is marked as xfail when ;; pytest-xdist is used. |