python313Packages.trove-classifiers: 2025.3.19.19 -> 2025.5.9.12
https://github.com/pypa/trove-classifiers/releases/tag/2025.5.9.12
This commit is contained in:
committed by
Robert Schütz
parent
dd59386100
commit
84e4eb2c4c
@@ -11,7 +11,7 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "trove-classifiers";
|
||||
version = "2025.3.19.19";
|
||||
version = "2025.5.9.12";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,7 +19,7 @@ let
|
||||
src = fetchPypi {
|
||||
pname = "trove_classifiers";
|
||||
inherit version;
|
||||
hash = "sha256-mOnTlv6QjV9Dt0VPpMQ9F80P2t8Eb0X7OKXjr42Vns0=";
|
||||
hash = "sha256-fKfIp6duLNMURoxnfGnRLMI1dxH8q0pg+HmUwVieXLU=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user