python310Packages.faraday-plugins: 1.8.1 -> 1.9.0

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.9.0
This commit is contained in:
Fabian Affolter 2022-12-17 16:10:08 +01:00 committed by Jonathan Ringer
parent 4b81f8cf5b
commit 6b265ea769

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.8.1";
version = "1.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-UnOIYYmOeBX22jQ4MkDxQKtSlxv+H/KOC83BZ39JA1E=";
hash = "sha256-ZWPImBqBpiz3y4OpDZLCfL3Oe/J+qP1Hduas3p0unCg=";
};
postPatch = ''