Merge pull request #226598 from fabaff/pyfibaro-bump

python310Packages.pyfibaro: 0.6.9 -> 0.7.0
This commit is contained in:
Fabian Affolter 2023-04-17 21:33:53 +02:00 committed by GitHub
commit 774b0f1bb5
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.9";
version = "0.7.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "rappenze";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vyp+O5Oj1/OYALGb+ioXeFdlDveR8j5M9Z40QTC+sj4=";
hash = "sha256-3qE9U3yyIFl245RihcL3Kvm1NHFd42r6dvZ2Gz4sOvY=";
};
nativeBuildInputs = [