python3Packages.distributed: 2025.12.0 -> 2026.1.1 (#481343)

This commit is contained in:
Fabián Heredia Montiel
2026-01-27 07:14:22 +00:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "distributed";
version = "2025.12.0";
version = "2026.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "distributed";
tag = version;
hash = "sha256-srFYbAdlnxpxhSVFqd1geOBoD7bbpLNSlAUWNtefokM=";
hash = "sha256-xriIsrdFNSHAO9SmdowXK9uPW06ziz9uGie3PkYncqo=";
};
build-system = [