diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-16 10:37:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:14 +0100 |
| commit | 36c4ad11c873d983e6b6a01d837c5a4715d0881c (patch) | |
| tree | a517befa4be09bb3f564cbec9331e8cffc022df7 /gnu/packages/python-science.scm | |
| parent | 54155fde544f4e1bfa3e664455cc36a823915783 (diff) | |
gnu: python-distributed: Update to 2026.3.0.
* gnu/packages/python-science.scm (python-distributed): Update to 2026.3.0.
Change-Id: I7f1f371f147b2deb576d2777fc77a77284db6834
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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.") | |||
| 1101 | (define-public python-distributed | 1101 | (define-public python-distributed |
| 1102 | (package | 1102 | (package |
| 1103 | (name "python-distributed") | 1103 | (name "python-distributed") |
| 1104 | (version "2025.11.0") | 1104 | (version "2026.3.0") |
| 1105 | (source | 1105 | (source |
| 1106 | (origin | 1106 | (origin |
| 1107 | (method git-fetch) | 1107 | (method git-fetch) |
| 1108 | (uri (git-reference | 1108 | (uri (git-reference |
| 1109 | (url "https://github.com/dask/distributed") | 1109 | (url "https://github.com/dask/distributed") |
| 1110 | (commit version))) | 1110 | (commit version))) |
| 1111 | (file-name (git-file-name name version)) | 1111 | (file-name (git-file-name name version)) |
| 1112 | (sha256 | 1112 | (sha256 |
| 1113 | (base32 "1ljzgbbs61si8b3qvxf7fb74wdhnj2mfg9a5nfngqv662fnibabg")))) | 1113 | (base32 "1pdf3misfd9iycrd03prajmyvzp9j9p74nxk4zp27fz1jv04jawm")))) |
| 1114 | (build-system pyproject-build-system) | 1114 | (build-system pyproject-build-system) |
| 1115 | (arguments | 1115 | (arguments |
| 1116 | (list | 1116 | (list |
