python313Packages.pyfronius: 0.7.5 -> 0.7.6

https://github.com/nielstron/pyfronius/releases/tag/0.7.6
This commit is contained in:
Martin Weinelt
2025-03-05 23:04:06 +01:00
parent 84cbf1bcf4
commit b983ba6b19
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfronius";
version = "0.7.5";
version = "0.7.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "nielstron";
repo = "pyfronius";
tag = version;
hash = "sha256-dwqFT6UuXYTTaJxDTe5sH8FJxANw6pJakOadHplBFog=";
hash = "sha256-zyRcMueKZbk2QWhF3d500NUpvljikO8fsDnePy6Tq90=";
};
build-system = [ setuptools ];