From 6f2b67972ccce40e0e79314ab1b13f5026d684f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 21 May 2025 14:27:24 -0700 Subject: [PATCH] python3Packages.fritzconnection: 1.14.0 -> 1.15.0 Diff: https://github.com/kbr/fritzconnection/compare/refs/tags/1.14.0...refs/tags/1.15.0 Changelog: https://fritzconnection.readthedocs.io/en/1.15.0/sources/version_history.html --- .../development/python-modules/fritzconnection/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/fritzconnection/default.nix b/pkgs/development/python-modules/fritzconnection/default.nix index bbe9256db345..3983f49256a2 100644 --- a/pkgs/development/python-modules/fritzconnection/default.nix +++ b/pkgs/development/python-modules/fritzconnection/default.nix @@ -1,7 +1,6 @@ { lib, buildPythonPackage, - pythonOlder, fetchFromGitHub, pytestCheckHook, requests, @@ -11,16 +10,14 @@ buildPythonPackage rec { pname = "fritzconnection"; - version = "1.14.0"; + version = "1.15.0"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchFromGitHub { owner = "kbr"; repo = "fritzconnection"; tag = version; - hash = "sha256-1LLfSEOKqUIhWIR/RQEG0Bp41d908hAKDlslJlWCHys="; + hash = "sha256-ulY+nh9CSnxrktTlFSXAWJALkS4GwP/3dRIG07jQCWs="; }; build-system = [ setuptools ];