python313Packages.pyfronius: 0.7.6 -> 0.7.7 (#388095)

This commit is contained in:
Fabian Affolter
2025-03-08 02:01:06 +01:00
committed by GitHub
@@ -4,23 +4,20 @@
aiounittest,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pytestCheckHook,
setuptools,
}:
buildPythonPackage rec {
pname = "pyfronius";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "nielstron";
repo = "pyfronius";
tag = version;
hash = "sha256-zyRcMueKZbk2QWhF3d500NUpvljikO8fsDnePy6Tq90=";
hash = "sha256-ewU1NubcL9LAWIH3fO/joHJKb7mAw+4u+BWGcq3GAnQ=";
};
build-system = [ setuptools ];