python3Packages.termcolor: 2.3.0 -> 2.4.0

This commit is contained in:
Martin Weinelt 2023-12-03 00:03:09 +01:00
parent 322f44c1f3
commit 60eefa2502
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "termcolor";
version = "2.3.0";
version = "2.4.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-tbCPaJN/E4/pL2wIm5nx4toK5WxSt4v3B1/ZVCD9mlo=";
hash = "sha256-qrnlYEfIrEHteY+jbYkqN6yms+kVnz4MJLxkqbOse3o=";
};
nativeBuildInputs = [