python3Packages.pyintesishome: 1.8.7 -> 1.8.8 (#521841)

This commit is contained in:
Fabian Affolter
2026-05-19 18:28:54 +00:00
committed by GitHub
@@ -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 ];