python3Packages.ansi2image: 0.1.4 -> 0.1.5

This commit is contained in:
R. Ryantm
2026-04-21 12:22:01 +00:00
parent 0c0c466ceb
commit f15802082e
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "ansi2image";
version = "0.1.4";
version = "0.1.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "helviojunior";
repo = "ansi2image";
tag = "v${version}";
hash = "sha256-1sPEEWcOzesLQXSeMsUra8ZRSMAKzH6iisOgdhpxhKM=";
hash = "sha256-GWrVo1WJux+ATvG5F9J4WMDlI0XAeTpQg7NrkN1P4Co=";
};
propagatedBuildInputs = [