diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-09 13:57:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-09 20:04:44 +0200 |
commit | ebdec923e37ec998f459d5656a101d062962fbb9 (patch) | |
tree | 71c1362daa7f69f40694eb0854e1289c701de04a /gnu | |
parent | 0358841b861a9fcba0364302184cfd4a7c3cc17b (diff) | |
download | patches-ebdec923e37ec998f459d5656a101d062962fbb9.tar patches-ebdec923e37ec998f459d5656a101d062962fbb9.tar.gz |
gnu: python-dask: Update to 2.14.0.
* gnu/packages/python-xyz.scm (python-dask): Update to 2.14.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e8fafb4ba4..209564890e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17274,13 +17274,13 @@ decisions with any given backend.") (define-public python-dask (package (name "python-dask") - (version "2.9.0") + (version "2.14.0") (source (origin (method url-fetch) (uri (pypi-uri "dask" version)) (sha256 - (base32 "1w1hqr8vyx6ygwflj2737dcy0mmgvrc0s602gnny8pzlcbs9m76b")))) + (base32 "031j0j26s0675v0isyps2dphm03330n7dy8ifdy70jgvf78d119q")))) (build-system python-build-system) (arguments `(#:phases |