python312Packages.pyfibaro: 0.7.6 -> 0.7.7

Diff: https://github.com/rappenze/pyfibaro/compare/refs/tags/0.7.6...0.7.7

Changelog: https://github.com/rappenze/pyfibaro/releases/tag/0.7.7
This commit is contained in:
Fabian Affolter 2024-04-08 01:01:25 +02:00
parent 78f0313f95
commit 105655d740
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfibaro";
version = "0.7.6";
version = "0.7.7";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rappenze";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yE9HkAlGj1t90FwmwHDsk3ea2UOl0bG3UtYXxz/SWbI=";
hash = "sha256-jsl2Xc6bzN7SVyMnFeCwMpFUEa6xUWGn/T96MrDXlCE=";
};
nativeBuildInputs = [