me
/
guix
Archived
1
0
Fork 0

gnu: python-dask: Update to 2.14.0.

* gnu/packages/python-xyz.scm (python-dask): Update to 2.14.0.
master
Marius Bakke 2020-04-09 13:57:18 +02:00
parent 0358841b86
commit ebdec923e3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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