Loading pkgs/development/python-modules/distributed/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "distributed"; version = "2022.9.1"; version = "2022.10.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-upj1TipRhhvulyuhX4bfbQSWar9m7Xu3mIsi48G+ewE="; hash = "sha256-U/Clv276uaWrM0XNkT9tPz1OpETuLtvqMxx/75b9Z9A="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/distributed/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "distributed"; version = "2022.9.1"; version = "2022.10.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-upj1TipRhhvulyuhX4bfbQSWar9m7Xu3mIsi48G+ewE="; hash = "sha256-U/Clv276uaWrM0XNkT9tPz1OpETuLtvqMxx/75b9Z9A="; }; postPatch = '' Loading