guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 04e274cd51b374ad4783712113790edf36dfeefc
Author: Benoit Martin <[email protected]>
AuthorDate: Wed Feb 26 10:57:34 2025 +0100
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 <[email protected]>
---
gnu/packages/python-science.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 0ab8a6ad8a..5493e5b63d 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3410,7 +3410,7 @@ and more
(define-public python-dask-expr
(package
(name "python-dask-expr")
- (version "1.0.14")
+ (version "1.1.21")
(source
(origin
(method git-fetch)
@@ -3419,7 +3419,7 @@ and more
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0c2q8w8wl5d2hycbjp9vavkl5f36kaz390wxlis2d8d43jnqhf0d"))))
+ (base32 "0m920db2asmqf4w2dncpnkccdhx4c9sfcsd96bh1jfdh8sw2wf6z"))))
(build-system pyproject-build-system)
(arguments
(list