Loading pkgs/development/python-modules/types-pytz/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ buildPythonPackage rec { pname = "types-pytz"; version = "2024.1.0.20240417"; version = "2024.2.0.20240913"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE="; hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; # Modules doesn't have tests doCheck = false; Loading Loading
pkgs/development/python-modules/types-pytz/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,15 +7,15 @@ buildPythonPackage rec { pname = "types-pytz"; version = "2024.1.0.20240417"; version = "2024.2.0.20240913"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE="; hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; # Modules doesn't have tests doCheck = false; Loading