Merge pull request #265850 from r-ryantm/auto-update/python310Packages.intellifire4py

python310Packages.intellifire4py: 3.1.29 -> 3.1.30
This commit is contained in:
Fabian Affolter 2023-11-06 17:05:19 +01:00 committed by GitHub
commit c419e07f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [