mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dask-expr: Update to 1.1.21.
* gnu/packages/python-science.scm (python-dask-expr): Update to 1.1.21. Change-Id: Iaee50368ffafc473164865249e2a51732b1ea54f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b8a471332c
commit
3cfcbae75a
1 changed files with 2 additions and 2 deletions
|
@ -624,7 +624,7 @@ optimization problems in Python.")
|
|||
(define-public python-dask-expr
|
||||
(package
|
||||
(name "python-dask-expr")
|
||||
(version "1.0.14")
|
||||
(version "1.1.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -633,7 +633,7 @@ optimization problems in Python.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0c2q8w8wl5d2hycbjp9vavkl5f36kaz390wxlis2d8d43jnqhf0d"))))
|
||||
(base32 "0m920db2asmqf4w2dncpnkccdhx4c9sfcsd96bh1jfdh8sw2wf6z"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue