From 908bf008b8d1dbf5b415b481c0afc6e9e84286cd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 11 Oct 2023 08:06:13 +0200 Subject: [PATCH] python311Packages.faraday-plugins: 1.13.2 -> 1.14.0 Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.13.2...1.14.0 Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.14.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 784b13c3549a..fb2bcf88fa7f 100644 --- a/pkgs/development/python-modules/faraday-plugins/default.nix +++ b/pkgs/development/python-modules/faraday-plugins/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "faraday-plugins"; - version = "1.13.2"; + version = "1.14.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "infobyte"; repo = "faraday_plugins"; rev = "refs/tags/${version}"; - hash = "sha256-ZoxIuUeDkhACWGi+njZuMhO8P6nlErcBkub5VCMNm8Q="; + hash = "sha256-qFA0AVebHd/Ny8x+rUkueLZhYB/PwL7o/qpUnZCRsEA="; }; postPatch = ''