python3Packages.textual-image: 0.8.5 -> 0.11.0

This commit is contained in:
R. Ryantm
2026-04-12 16:43:51 +00:00
parent 7be92c5350
commit df4ce0a827
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "textual-image";
version = "0.8.5";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lnqs";
repo = "textual-image";
tag = "v${version}";
hash = "sha256-gkLsM02oQ2H4UUhezbcmaOa2FQfzvFRsa0gd07eNucw=";
hash = "sha256-nWP4pxFcsjDA/SIrKXHjufiQaxHGgPpC1ZIti+TW+f0=";
};
buildInputs = [ setuptools ];