Commit 79d77cf6 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

python3Packages.distributed: 2025.12.0 -> 2026.1.1

parent 758a47e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [