Loading pkgs/development/python-modules/trove-classifiers/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,15 @@ let self = buildPythonPackage rec { pname = "trove-classifiers"; version = "2024.4.10"; version = "2024.5.22"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-SfQLtqdGtyocuk+NVe6CUhac2g9wgC4/0k8Et/slpJI="; pname = "trove_classifiers"; inherit version; hash = "sha256-imJCu7XJrojTTPZl6Bayh9IhKXPId336717BjXKsHQM="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/trove-classifiers/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,15 @@ let self = buildPythonPackage rec { pname = "trove-classifiers"; version = "2024.4.10"; version = "2024.5.22"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-SfQLtqdGtyocuk+NVe6CUhac2g9wgC4/0k8Et/slpJI="; pname = "trove_classifiers"; inherit version; hash = "sha256-imJCu7XJrojTTPZl6Bayh9IhKXPId336717BjXKsHQM="; }; postPatch = '' Loading