python312Packages.distributed: 2024.11.2 -> 2024.12.1

Diff:
https://github.com/dask/distributed/compare/refs/tags/2024.11.2...2024.12.1

Changelog: https://github.com/dask/distributed/releases/tag/2024.12.1
This commit is contained in:
Gaetan Lepage
2024-12-19 15:45:16 +01:00
parent a20c40fad0
commit ce2f008742
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "distributed";
version = "2024.11.2";
version = "2024.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "distributed";
rev = "refs/tags/${version}";
hash = "sha256-V+SObUbzrfSI6h5HinyzvffsbcjvXZ8IZss67qIwxKM=";
tag = version;
hash = "sha256-R8DTiatme99afA6enTpC3AFN0KRmDbd+VGpXRNqvE8w=";
};
postPatch = ''