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:
Martin Weinelt
2026-02-01 17:39:03 +01:00
parent e73d60d4cb
commit c7450dade0
@@ -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" ];