gnu: python-dask: Update to 1.1.4.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.4.
This commit is contained in:
parent
f1fff66be5
commit
755226e9c2
1 changed files with 2 additions and 2 deletions
|
@ -14718,14 +14718,14 @@ (define-public python2-partd
|
||||||
(define-public python-dask
|
(define-public python-dask
|
||||||
(package
|
(package
|
||||||
(name "python-dask")
|
(name "python-dask")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dask" version))
|
(uri (pypi-uri "dask" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03ykmq46q2hh7mn68vcxkgylybjaj3r0kfspaiymdmqmjzpjivr5"))))
|
"1hrnfz4pzawikz9b622vjz2500n7hs25nz9msy1k8l4g7l2kr6ky"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; A single test out of 5000+ fails. This test is marked as xfail when
|
;; A single test out of 5000+ fails. This test is marked as xfail when
|
||||||
;; pytest-xdist is used.
|
;; pytest-xdist is used.
|
||||||
|
|
Loading…
Reference in a new issue