From 8025ab374104b775f0e6411ab26378eef3527e71 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Feb 2025 11:24:21 +0100 Subject: [PATCH] python313Packages.faraday-plugins: 1.21.0 -> 1.22.1 Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.21.0...1.22.1 Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.22.1 --- pkgs/development/python-modules/faraday-plugins/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/faraday-plugins/default.nix b/pkgs/development/python-modules/faraday-plugins/default.nix index 135eb56d37f9..d904dbb6f556 100644 --- a/pkgs/development/python-modules/faraday-plugins/default.nix +++ b/pkgs/development/python-modules/faraday-plugins/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "faraday-plugins"; - version = "1.21.0"; + version = "1.22.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "infobyte"; repo = "faraday_plugins"; tag = version; - hash = "sha256-8q+uGFeMR0OqZuI35iGugQH8pHv14El+NAurX7S9Exo="; + hash = "sha256-F1yIZ76MVxom1qqU76D3QwpStlN3g9AIshsIs4ynaDI="; }; postPatch = ''