Merge pull request #219403 from fabaff/pyfibaro-bump

python310Packages.pyfibaro: 0.6.8 -> 0.6.9
This commit is contained in:
Fabian Affolter 2023-03-04 01:00:12 +01:00 committed by GitHub
commit 22d7453c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyfibaro";
version = "0.6.8";
version = "0.6.9";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "rappenze";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2BDVCukm2y4rZyIWozRWJ+pY2bI2A7Vpitjd8jSJoWQ=";
hash = "sha256-vyp+O5Oj1/OYALGb+ioXeFdlDveR8j5M9Z40QTC+sj4=";
};
nativeBuildInputs = [