python3Packages.terminaltexteffects: 0.10.1 -> 0.11.0

https://chrisbuilds.github.io/terminaltexteffects/changeblog/
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:17 +02:00
parent eded3090ee
commit e1f58b4705
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "terminaltexteffects";
version = "0.10.1";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
# no tests on pypi, no tags on github
src = fetchPypi {
inherit pname version;
hash = "sha256-NyWPfdgLeXAxKPJOzB7j4aT+zjrURN59CGcv0Vt99y0=";
hash = "sha256-FDDLc7oAOgSpaxmuS6Wzej+vEOuSx3WT2ntpfoET3LI=";
};
build-system = [ poetry-core ];