mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: python-dask: Update to 2022.05.2.
* gnu/packages/python-xyz.scm (python-dask): Update to 2022.05.2.
This commit is contained in:
parent
1257c4c663
commit
7c8f3dfa34
1 changed files with 3 additions and 3 deletions
|
@ -24844,16 +24844,16 @@ (define-public python-fsspec
|
||||||
(define-public python-dask
|
(define-public python-dask
|
||||||
(package
|
(package
|
||||||
(name "python-dask")
|
(name "python-dask")
|
||||||
(version "2021.11.2")
|
(version "2022.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dask/dask/")
|
(url "https://github.com/dask/dask/")
|
||||||
(commit "5a8275dd53193b47457cdfadc0e2356ea3eb6ccd")))
|
(commit "8db1597c9745543df3129399bead5fbc95a54571")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h8w7c03mn6s2mmwbqd2sqay3k4vaqiwlsbvliziggw28042zfw2"))
|
(base32 "1xfk3wml972z502w5ii5mn03ls3rg5p4hqgl0hkicgpmzlyz9kph"))
|
||||||
(snippet
|
(snippet
|
||||||
;; Delete generated copy of python-versioneer. We recreate it below.
|
;; Delete generated copy of python-versioneer. We recreate it below.
|
||||||
'(delete-file "versioneer.py"))))
|
'(delete-file "versioneer.py"))))
|
||||||
|
|
Loading…
Reference in a new issue