python3Packages.terminaltexteffects: 0.12.1 -> 0.14.2
https://chrisbuilds.github.io/terminaltexteffects/changeblog/ This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
poetry-core,
|
||||
hatchling,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "terminaltexteffects";
|
||||
version = "0.12.1";
|
||||
version = "0.14.2";
|
||||
pyproject = true;
|
||||
|
||||
# no tests on pypi, no tags on github
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0rBLOPm8A/xDSskyyr/UNEs19Yp+/ZNwpiorsaFi/bg=";
|
||||
hash = "sha256-ITyJnOS492Q9LQVorxROEnThHkST259bBDh70XwhdxQ=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
pythonImportsCheck = [ "terminaltexteffects" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user