From 60418ddde1d7ad9b804c9b64fe9b4f9dc194a3c5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Feb 2023 07:52:52 +0100 Subject: [PATCH] python310Packages.faraday-plugins: 1.9.1 -> 1.10.0 Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.9.1...1.10.0 Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.10.0 --- 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 f80c8f4e2ed9..4bc9d1b239a3 100644 --- a/pkgs/development/python-modules/faraday-plugins/default.nix +++ b/pkgs/development/python-modules/faraday-plugins/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "faraday-plugins"; - version = "1.9.1"; + version = "1.10.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "infobyte"; repo = "faraday_plugins"; rev = "refs/tags/${version}"; - hash = "sha256-qtHa2JQ9dl9NzhNZ9l6vRe9wR9rCx7+WwDBhRG+Btj4="; + hash = "sha256-bVuysEr8VVFgA4OZ7N7UlL2FigbyLVyPr1HHwkshSMU="; }; postPatch = ''