python3Packages.intellifire4py: 0.9.10 -> 1.0.0

This commit is contained in:
Fabian Affolter 2022-03-06 14:18:36 +01:00
parent 5bbda3e22e
commit a3dc42f295

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "intellifire4py";
version = "0.9.10";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jeeftor";
repo = pname;
rev = version;
hash = "sha256-eXXcPowLbIsjPXul2Un0LTBPLbDhpEqfUg7pPR22NHM=";
hash = "sha256-lQV5KpASbrz+wCi9x/0rNYrQE+dLCZzsNBFhYAQvPH4=";
};
propagatedBuildInputs = [