python3Packages.intellifire4py: 3.6.1 -> 4.1.9

https://github.com/jeeftor/intellifire4py/releases/tag/v4.1.9
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:27 +01:00
parent a0c15a81b4
commit 4068daa3a7
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "intellifire4py";
version = "3.6.1";
version = "4.1.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = "intellifire4py";
rev = "refs/tags/v${version}";
hash = "sha256-ovJUL8Z98F6gyKG04CoOiQE5dJbp9yTVHcTgniJBvOw=";
hash = "sha256-dMhm2gntLV7ev6UIfHFMATytZo5blTlALuh9sBirkqI=";
};
nativeBuildInputs = [