python313Packages.fritzconnection: 1.15.0 -> 1.15.1

Diff: https://github.com/kbr/fritzconnection/compare/1.15.0...1.15.1

Changelog: https://fritzconnection.readthedocs.io/en/1.15.1/sources/version_history.html
This commit is contained in:
Fabian Affolter
2026-01-29 22:16:16 +01:00
parent 0885be1055
commit 4c3fc5d920
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "fritzconnection";
version = "1.15.0";
version = "1.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "kbr";
repo = "fritzconnection";
tag = version;
hash = "sha256-ulY+nh9CSnxrktTlFSXAWJALkS4GwP/3dRIG07jQCWs=";
hash = "sha256-J07zAXZxQc3TCfsjYcBhQdxsYwHabE9vdj3eMkWua54=";
};
build-system = [ setuptools ];