Unverified Commit c419e07f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.intellifire4py: 3.1.29 -> 3.1.30
parents ad388534 a2333cfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [