python3Packages.ansi2image: 0.1.5 -> 0.1.6 (#543061)

This commit is contained in:
Fabian Affolter
2026-07-18 07:16:02 +00:00
committed by GitHub

View File

@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "ansi2image";
version = "0.1.5";
version = "0.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "helviojunior";
repo = "ansi2image";
tag = "v${finalAttrs.version}";
hash = "sha256-GWrVo1WJux+ATvG5F9J4WMDlI0XAeTpQg7NrkN1P4Co=";
hash = "sha256-3nTCWyWfFs1NqUGIvYO3ao9MnOMtrq1fmTihLwSky60=";
};
build-system = [ setuptools ];