python312Packages.dask: 2024.10.0 -> 2024.11.2
Diff: https://github.com/dask/dask/compare/refs/tags/2024.10.0...2024.11.2 Changelog: https://docs.dask.org/en/latest/changelog.html
This commit is contained in:
parent
c5facb4c7d
commit
783f44cd4e
@ -39,14 +39,14 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "dask";
|
||||
version = "2024.10.0";
|
||||
version = "2024.11.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dask";
|
||||
repo = "dask";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-UB/LqgDRXnjJ/RjEke9eBDyVAy+Dtak7wYJB63xmDd4=";
|
||||
hash = "sha256-mAdjsfXzHGJ37m4nQbi+A+4qrL/CHcQNuoGaeU9Nwwo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user