python3Packages.trove-classifiers: 2026.4.28.13 -> 2026.5.7.17

Changelog: https://github.com/pypa/trove-classifiers/releases/tag/2026.5.7.17
This commit is contained in:
Robert Schütz 2026-05-12 12:07:00 -07:00 committed by Martin Weinelt
commit 404b657905

View file

@ -10,13 +10,13 @@
let
self = buildPythonPackage rec {
pname = "trove-classifiers";
version = "2026.4.28.13";
version = "2026.5.7.17";
pyproject = true;
src = fetchPypi {
pname = "trove_classifiers";
inherit version;
hash = "sha256-yFu4pTw95zMNFpm4RO2fuAmmAqCawV3HmtbRpQm+BnY=";
hash = "sha256-oEpI+PCnh8uZZRTTlprHYIqjxgyxXQc8HgKAHmBTPoA=";
};
postPatch = ''