aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-02 19:18:15 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-02 22:21:16 +0100
commit5a222ebaee19f9c7055a4afae686faca747ba799 (patch)
treea69e847ec8a14d02d1130468fd7f08d9d745b60d
parent0d6f2ea13a5f7788144daf4f361bf8235c3d3744 (diff)
downloadguix-5a222ebaee19f9c7055a4afae686faca747ba799.tar
guix-5a222ebaee19f9c7055a4afae686faca747ba799.tar.gz
gnu: python-dask: Update to 1.1.3.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.3.
-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 dc5a020b11..f6c217f346 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14694,14 +14694,14 @@ append on old values. Partd excels at shuffling operations.")
(define-public python-dask
(package
(name "python-dask")
- (version "1.0.0")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dask" version))
(sha256
(base32
- "1xwz8h020ipwav2p5gcq9pskya1cvzd6hjyvd06dvr3w5lxlmym1"))))
+ "03ykmq46q2hh7mn68vcxkgylybjaj3r0kfspaiymdmqmjzpjivr5"))))
(build-system python-build-system)
;; A single test out of 5000+ fails. This test is marked as xfail when
;; pytest-xdist is used.