3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #163002 from fabaff/bump-intellifire4py

python3Packages.intellifire4py: 0.9.10 -> 1.0.0
This commit is contained in:
Fabian Affolter 2022-03-06 21:34:50 +01:00 committed by GitHub
commit ffe62f3b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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