python3Packages.pyfronius: 0.8.1 -> 0.8.2

This commit is contained in:
Jamie Magee
2026-03-23 10:52:45 -07:00
parent 11bb3eecbc
commit 5dffe239a7
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyfronius";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "nielstron";
repo = "pyfronius";
tag = version;
hash = "sha256-Q1GMt9K9+wohFogXwGyAhyfSxSsmo+80Kca7F7VhksA=";
hash = "sha256-KUO5e3UYIm49kgBxidizt77AplojOv4UsnIoDa0Gtv4=";
};
build-system = [ setuptools ];
@@ -25,7 +25,6 @@ buildPythonPackage rec {
dependencies = [ aiohttp ];
nativeCheckInputs = [
aiounittest
pytestCheckHook
];