Commit 67d658c4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.distributed: 2022.12.1 -> 2023.1.0

parent f2cb9ee5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "distributed";
  version = "2022.12.1";
  version = "2023.1.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-h/7c+/ISbRTDhlyORFxB7Mq9Kwfq/4dSivKv2eIM7Ww=";
    hash = "sha256-xV3HQmmDtSIn+DM3Rcoyp3dqY9qSjB+8Con6+o6a/y0=";
  };

  postPatch = ''