python313Packages.pyfibaro: 0.8.2 -> 0.8.3 (#410107)

This commit is contained in:
Fabian Affolter
2025-05-23 22:57:33 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfibaro";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rappenze";
repo = "pyfibaro";
tag = version;
hash = "sha256-0mWqjiKPyXlnXDG+SP/RrV3aergTG9cEFKe3Zczr8IE=";
hash = "sha256-KdlndW066TDxZpkIP0Oa3Lii0mBpwELfHtoGKiwh6GE=";
};
build-system = [ setuptools ];