summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-04-16 20:07:40 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-04-16 21:19:33 +0200
commit75cc535986836506e43ce379eb9b31928df7ef29 (patch)
tree14ab9447b511de2c7be4d963a918538d8f455e04 /gnu/packages/python-xyz.scm
parent5e6c60077bb6a6b3302b6d3ce6abe1866c3304c8 (diff)
downloadpatches-75cc535986836506e43ce379eb9b31928df7ef29.tar
patches-75cc535986836506e43ce379eb9b31928df7ef29.tar.gz
gnu: python-dask: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.0.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83e94e8024..14fb413cf4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14859,14 +14859,14 @@ append on old values. Partd excels at shuffling operations.")
(define-public python-dask
(package
(name "python-dask")
- (version "1.1.4")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dask" version))
(sha256
(base32
- "1hrnfz4pzawikz9b622vjz2500n7hs25nz9msy1k8l4g7l2kr6ky"))))
+ "1y0dqcp72ixwblgway0jpvfirlxfcmwrjiivdq96firj1hw127sd"))))
(build-system python-build-system)
;; A single test out of 5000+ fails. This test is marked as xfail when
;; pytest-xdist is used.