python3Packages.textualeffects: 0.1.4 -> 0.2.0

https://github.com/ggozad/textualeffects/blob/v0.2.0/CHANGES.txt

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:04 +01:00
parent 517d9bc7e0
commit 5d409d9020
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "textualeffects";
version = "0.1.4";
version = "0.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-hnCTIdSc16v0ftUTeCEwF05vXYXqFplqfDhwnDZGxGM=";
hash = "sha256-5C84ZdvcgVgxroFZycOdHdB4my3qK8b4wVxD4kd+XfE=";
};
build-system = [ hatchling ];