python3Packages.textual-image: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2025-09-10 07:02:48 +00:00
parent 8abf395995
commit cac4e42170
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "textual-image";
version = "0.8.3";
version = "0.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "lnqs";
repo = "textual-image";
tag = "v${version}";
hash = "sha256-XbQs3E2Zl6Jdq0QVSdF6LexnmEmlZEm9BmWZK+dyBjo=";
hash = "sha256-tmQxCSlcUZy0oEk+EX7Bny75GZ3SOGSRXCNbyo1vLf8=";
};
buildInputs = [ setuptools ];