python3.pkgs.pyfibaro: 0.7.2 -> 0.7.3

This commit is contained in:
Theodore Ni 2023-08-22 10:47:26 -07:00
parent f967c5c16c
commit 6b3e6287cf
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -6,11 +6,12 @@
, requests
, requests-mock
, setuptools
, wheel
}:
buildPythonPackage rec {
pname = "pyfibaro";
version = "0.7.2";
version = "0.7.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,11 +20,12 @@ buildPythonPackage rec {
owner = "rappenze";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-dAC+jW+Ky+uPsgBXpp81+bxytWYeZbd+zWzEXkmM198=";
hash = "sha256-pCj69lLcoNTyZRe6SVkFpPK2Ex8927WzAJ5OCot9xP4=";
};
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [