me
/
guix
Archived
1
0
Fork 0

gnu: python-dask: Update to 2022.05.2.

* gnu/packages/python-xyz.scm (python-dask): Update to 2022.05.2.
Ricardo Wurmus 2022-05-30 22:40:02 +02:00
parent 1257c4c663
commit 7c8f3dfa34
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -24844,16 +24844,16 @@ decisions with any given backend.")
(define-public python-dask
(package
(name "python-dask")
(version "2021.11.2")
(version "2022.05.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dask/dask/")
(commit "5a8275dd53193b47457cdfadc0e2356ea3eb6ccd")))
(commit "8db1597c9745543df3129399bead5fbc95a54571")))
(file-name (git-file-name name version))
(sha256
(base32 "0h8w7c03mn6s2mmwbqd2sqay3k4vaqiwlsbvliziggw28042zfw2"))
(base32 "1xfk3wml972z502w5ii5mn03ls3rg5p4hqgl0hkicgpmzlyz9kph"))
(snippet
;; Delete generated copy of python-versioneer. We recreate it below.
'(delete-file "versioneer.py"))))