python3Packages.intellifire4py: 4.4.0 -> 4.5.0 (#496683)

This commit is contained in:
dotlambda
2026-03-28 15:11:04 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "intellifire4py";
version = "4.4.0";
version = "4.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jeeftor";
repo = "intellifire4py";
tag = "v${finalAttrs.version}";
hash = "sha256-WmjsbxeAAD5b88WDIWasfNkzoY+QO1hbvTVyFLQ7uBk=";
hash = "sha256-MBuKYBKV0376j048tfbqMD9p2Gh1wlC188SGOMSMSm8=";
};
build-system = [ hatchling ];