python3Packages.textual-image: 0.12.0 -> 0.13.2

This commit is contained in:
Caspersonn
2026-07-23 13:56:04 +02:00
parent af0e77dbc7
commit dbd036099f
@@ -5,7 +5,7 @@
fetchFromGitHub,
# build-system
setuptools,
hatchling,
# dependencies
rich,
@@ -18,7 +18,7 @@
buildPythonPackage (finalAttrs: {
pname = "textual-image";
version = "0.12.0";
version = "0.13.2";
pyproject = true;
__structuredAttrs = true;
@@ -26,10 +26,10 @@ buildPythonPackage (finalAttrs: {
owner = "lnqs";
repo = "textual-image";
tag = "v${finalAttrs.version}";
hash = "sha256-W0f9ZnSZ58XqiPnr9SZEv22EE4yCsvXcgNA8eJebJQo=";
hash = "sha256-7TPng2rBYVY1r7Y1pkSZYo4r+MdyD8HzqJAMpzyNqZE=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [
pillow