Merge pull request #162341 from fabaff/bump-intellifire4py

python3Packages.intellifire4py: 0.9.9 -> 0.9.10
This commit is contained in:
Fabian Affolter 2022-03-01 11:44:26 +01:00 committed by GitHub
commit f1948ab95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ lib { lib
, aenum
, aiohttp , aiohttp
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
@ -10,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "intellifire4py"; pname = "intellifire4py";
version = "0.9.9"; version = "0.9.10";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -19,10 +20,11 @@ buildPythonPackage rec {
owner = "jeeftor"; owner = "jeeftor";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-oI4iGnfitou8/Jhe7K4rnSPnmddfO+6FLZzqgNmaPV8="; hash = "sha256-eXXcPowLbIsjPXul2Un0LTBPLbDhpEqfUg7pPR22NHM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
aenum
aiohttp aiohttp
pydantic pydantic
requests requests