python312Packages.textualeffects: 0.1.3 -> 0.1.4 (#400507)

This commit is contained in:
Nick Cao
2025-04-21 17:17:42 -04:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "textualeffects";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-s6LrsCJu/ubDIXQqxQlY2HVbzDc9+FtUE9oBSulUsm8=";
hash = "sha256-hnCTIdSc16v0ftUTeCEwF05vXYXqFplqfDhwnDZGxGM=";
};
build-system = [ hatchling ];