Merge pull request #306805 from fabaff/pyfibaro-bump

python312Packages.pyfibaro: 0.7.7 -> 0.7.8
This commit is contained in:
Fabian Affolter 2024-04-26 09:18:13 +02:00 committed by GitHub
commit 95905c6c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfibaro";
version = "0.7.7";
version = "0.7.8";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rappenze";
repo = "pyfibaro";
rev = "refs/tags/${version}";
hash = "sha256-jsl2Xc6bzN7SVyMnFeCwMpFUEa6xUWGn/T96MrDXlCE=";
hash = "sha256-gid+qbl4RgT47zC5i1Usw2Zco+jb2LJeeMkKvni/aDM=";
};
build-system = [ setuptools ];