python3Packages.trove-classifiers: 2024.4.10 -> 2024.5.22
https://github.com/pypa/trove-classifiers/releases/tag/2024.5.22
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user