From d55393505f5eec2e0eb02b0a764871df0a03423d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 14 Mar 2025 20:31:44 +0100 Subject: [PATCH] python313Packages.faraday-plugins: 1.22.1 -> 1.23.0 Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.23.0 --- pkgs/development/python-modules/faraday-plugins/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/faraday-plugins/default.nix b/pkgs/development/python-modules/faraday-plugins/default.nix index d904dbb6f556..0b3cfbcbbd8f 100644 --- a/pkgs/development/python-modules/faraday-plugins/default.nix +++ b/pkgs/development/python-modules/faraday-plugins/default.nix @@ -16,11 +16,12 @@ setuptools, simplejson, tabulate, + tldextract, }: buildPythonPackage rec { pname = "faraday-plugins"; - version = "1.22.1"; + version = "1.23.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +30,7 @@ buildPythonPackage rec { owner = "infobyte"; repo = "faraday_plugins"; tag = version; - hash = "sha256-F1yIZ76MVxom1qqU76D3QwpStlN3g9AIshsIs4ynaDI="; + hash = "sha256-EHXGn68GPtFrQZjj6IIEUrDe3PaszAB+mkQap0fcuX4="; }; postPatch = '' @@ -51,6 +52,7 @@ buildPythonPackage rec { requests simplejson tabulate + tldextract ]; nativeCheckInputs = [ pytestCheckHook ];