From 36c4ad11c873d983e6b6a01d837c5a4715d0881c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 16 Jun 2026 10:37:22 +0100 Subject: 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(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 3a3d8a01bf9..b201d5dcf78 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1101,16 +1101,16 @@ given to programs dedicated to amplitude analyses.") (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 -- cgit v1.2.3