python310Packages.intellifire4py: 3.1.29 -> 3.1.30

This commit is contained in:
R. Ryantm
2023-11-06 13:13:11 +00:00
parent b4c0c733b3
commit a2333cfafb
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "intellifire4py";
version = "3.1.29";
version = "3.1.30";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-isAVq45UnKB8uMg7bhehpxIk5OOLcWx+VNZhJ8dE52Y=";
hash = "sha256-CIcudKyRPVJX6QvWk6dBbYnO5EULREDhaflJTAfJEvc=";
};
nativeBuildInputs = [