GNU bug report logs - #76578
[PATCH 0/3] update python-dask

Previous Next

Package: guix-patches;

Reported by: Benoit Martin <bmartin <at> cea.fr>

Date: Wed, 26 Feb 2025 09:42:02 UTC

Severity: normal

Tags: patch

Full log


Message #8 received at 76578 <at> debbugs.gnu.org (full text, mbox):

From: Benoit Martin <bmartin <at> cea.fr>
To: 76578 <at> debbugs.gnu.org
Cc: Benoit Martin <bmartin <at> cea.fr>
Subject: [PATCH 1/3] gnu: python-dask-expr: Update to 1.1.21.
Date: Wed, 26 Feb 2025 10:57:34 +0100
* gnu/packages/python-science.scm (python-dask-expr): Update to 1.1.21.

Change-Id: Iaee50368ffafc473164865249e2a51732b1ea54f
---
 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 127e9e378a..9357d5ed10 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2709,7 +2709,7 @@ (define-public python-pyglm
 (define-public python-dask-expr
   (package
     (name "python-dask-expr")
-    (version "1.0.14")
+    (version "1.1.21")
     (source
      (origin
        (method git-fetch)
@@ -2718,7 +2718,7 @@ (define-public python-dask-expr
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c2q8w8wl5d2hycbjp9vavkl5f36kaz390wxlis2d8d43jnqhf0d"))))
+        (base32 "0m920db2asmqf4w2dncpnkccdhx4c9sfcsd96bh1jfdh8sw2wf6z"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-- 
2.34.1





This bug report was last modified 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.