python313Packages.pyfronius: 0.7.6 -> 0.7.7

Diff: https://github.com/nielstron/pyfronius/compare/refs/tags/0.7.6...0.7.7

Changelog: https://github.com/nielstron/pyfronius/releases/tag/0.7.7
This commit is contained in:
Fabian Affolter
2025-03-08 01:38:56 +01:00
parent cb26667f94
commit acfcbc99e5
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfronius";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "nielstron";
repo = "pyfronius";
tag = version;
hash = "sha256-zyRcMueKZbk2QWhF3d500NUpvljikO8fsDnePy6Tq90=";
hash = "sha256-ewU1NubcL9LAWIH3fO/joHJKb7mAw+4u+BWGcq3GAnQ=";
};
build-system = [ setuptools ];