python314Packages.intellifire4py: 4.2.1 -> 4.4.0

Diff: https://github.com/jeeftor/intellifire4py/compare/v4.2.1...v4.4.0

Changelog: https://github.com/jeeftor/intellifire4py/releases/tag/vv4.4.0
This commit is contained in:
Fabian Affolter
2026-02-11 17:13:16 +01:00
parent 8605a9be37
commit 42ec572da6
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "intellifire4py";
version = "4.2.1";
version = "4.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jeeftor";
repo = "intellifire4py";
tag = "v${version}";
hash = "sha256-kCZkIR8SmrLTm86M87juV7oQ+O01AA4pzkBMnKCnbNA=";
hash = "sha256-WmjsbxeAAD5b88WDIWasfNkzoY+QO1hbvTVyFLQ7uBk=";
};
build-system = [ hatchling ];