python3Packages.termcolor: 3.1.0 -> 3.3.0
https://github.com/termcolor/termcolor/releases/tag/3.3.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -9,14 +9,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "termcolor";
|
||||
version = "3.1.0";
|
||||
version = "3.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-am3X++5YGQnu7Gp1bP8df3w3YGOxTkopjcSYAwnlWXA=";
|
||||
hash = "sha256-NIhxymSOxqmpg6E6tibArM4C9RW54ZgzMrF695eVIcU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# Unknown classifier, likely only once 3.15 is released
|
||||
sed -i "/Programming Language :: Python :: 3.15/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
hatch-vcs
|
||||
hatchling
|
||||
|
||||
Reference in New Issue
Block a user