guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f01c79629dbcbba252815e4238df9a41a6c111bf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 10:37:22 2026 +0100

    gnu: python-distributed: Update to 2026.3.0.
    
    * gnu/packages/python-science.scm (python-distributed): Update to 2026.3.0.
    
    Change-Id: I7f1f371f147b2deb576d2777fc77a77284db6834
---
 gnu/packages/python-science.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d430e98f2b..d42dbe9112 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1155,16 +1155,16 @@ interoperability offered by HDF5.")
 (define-public python-distributed
   (package
     (name "python-distributed")
-    (version "2025.11.0")
+    (version "2026.3.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/dask/distributed";)
-             (commit version)))
+              (url "https://github.com/dask/distributed";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ljzgbbs61si8b3qvxf7fb74wdhnj2mfg9a5nfngqv662fnibabg"))))
+        (base32 "1pdf3misfd9iycrd03prajmyvzp9j9p74nxk4zp27fz1jv04jawm"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to