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

authored by Nick Cao and committed by GitHub 3f6270dd ec6e1c30

+2 -2
+2 -2
pkgs/development/python-modules/textualeffects/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "textualeffects"; 12 - version = "0.1.3"; 12 + version = "0.1.4"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.10"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-s6LrsCJu/ubDIXQqxQlY2HVbzDc9+FtUE9oBSulUsm8="; 19 + hash = "sha256-hnCTIdSc16v0ftUTeCEwF05vXYXqFplqfDhwnDZGxGM="; 20 20 }; 21 21 22 22 build-system = [ hatchling ];