python313Packages.termcolor: 3.0.0 -> 3.1.0

https://github.com/termcolor/termcolor/releases/tag/3.1.0
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:17 -07:00
committed by Robert Schütz
parent af444d6b25
commit 2b9fac83e3
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "termcolor";
version = "3.0.0";
version = "3.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-DNhVyHFjg/FSrQK7s5hB1uRpRTj/XUJAiOVsi4H95SU=";
hash = "sha256-am3X++5YGQnu7Gp1bP8df3w3YGOxTkopjcSYAwnlWXA=";
};
build-system = [