python3Packages.trove-classifiers: 2025.12.1.14 -> 2026.1.14.14
https://github.com/pypa/trove-classifiers/releases/tag/2026.1.14.14
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "trove-classifiers";
|
||||
version = "2025.12.1.14";
|
||||
version = "2026.1.14.14";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "trove_classifiers";
|
||||
inherit version;
|
||||
hash = "sha256-p08EAFJPyDYgqb50oHB0tcvnWU/U2X/Uwr/eYl/cFjM=";
|
||||
hash = "sha256-AEklRaFAKwnUhYYFuhkOozJD02HisBycKWzga1wzJfM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user