python3Packages.textual-image: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-06-18 21:32:15 +00:00
parent a91e2d997f
commit 6397e6e254
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "textual-image";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "lnqs";
repo = "textual-image";
tag = "v${version}";
hash = "sha256-ik/zvnxXN5u2jXHfsGsCLnymZZ+IQiixagOJdEMRDlw=";
hash = "sha256-XbQs3E2Zl6Jdq0QVSdF6LexnmEmlZEm9BmWZK+dyBjo=";
};
buildInputs = [ setuptools ];