mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-distributed: Update to 2023.7.0.
* gnu/packages/python-science.scm (python-distributed): Update to 2023.7.0.
This commit is contained in:
parent
b592732d8b
commit
01412c6c6a
1 changed files with 2 additions and 2 deletions
|
@ -1150,7 +1150,7 @@ (define-public python-pyglm
|
|||
(define-public python-distributed
|
||||
(package
|
||||
(name "python-distributed")
|
||||
(version "2023.4.1")
|
||||
(version "2023.7.0")
|
||||
(source
|
||||
(origin
|
||||
;; The test files are not included in the archive on pypi
|
||||
|
@ -1161,7 +1161,7 @@ (define-public python-distributed
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"164xp2dxac95nngmgdhlk0vwnnvbmajqliz994bdvw72xnv1ya18"))))
|
||||
"0b93fpwz7kw31pkzfyihpkw8mzbqshzd6rw5vcwld7n3z2aaaxxb"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue