mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
python3Packages.dask: 2026.7.1 -> 2026.8.0
Diff: https://github.com/dask/dask/compare/2026.7.1...2026.8.0 Changelog: https://docs.dask.org/en/latest/changelog.html
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "dask";
|
||||
version = "2026.7.1";
|
||||
version = "2026.8.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -52,7 +52,7 @@ buildPythonPackage (finalAttrs: {
|
||||
owner = "dask";
|
||||
repo = "dask";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Hh3QMSLMn7xCbwoiu4gjjF590YXZfiG5rp20kWX+Kms=";
|
||||
hash = "sha256-DFPd46cBirwztmZJvRKS8u5qvYMEIWfy90QR2AeBu3c=";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
|
||||
Reference in New Issue
Block a user