python310Packages.faraday-plugins: 1.9.0 -> 1.9.1

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.9.1
This commit is contained in:
Fabian Affolter 2023-01-05 21:30:25 +01:00
parent e44b7a2393
commit 090ef49ce7

View file

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