python3Packages.pyintesishome: 1.8.7 -> 1.8.8

This commit is contained in:
R. Ryantm
2026-05-19 07:06:43 +00:00
parent cd22aef9a1
commit b82fe382f3
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyintesishome";
version = "1.8.7";
version = "1.8.8";
pyproject = true;
src = fetchFromGitHub {
owner = "jnimmo";
repo = "pyIntesisHome";
tag = finalAttrs.version;
hash = "sha256-TwZAuu/mnChZwhZ5uGPiQ23curCiqTKWNgDrvwpgojc=";
hash = "sha256-wB4rrguafKEzAVYRTKQQTG4Z48obWrigLHbeGdoNQrQ=";
};
build-system = [ setuptools ];