python3Packages.distributed: 2025.12.0 -> 2026.1.1

Fixes CVE-2026-23528 / https://github.com/dask/distributed/security/advisories/GHSA-c336-7962-wfj2
Fixes #481316

Changes:
https://docs.dask.org/en/stable/changelog.html#v2026-1-1
This commit is contained in:
Thomas Gerbet
2026-01-18 16:14:09 +01:00
parent 758a47e398
commit 79d77cf667
@@ -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 = [