python310Packages.faraday-plugins: 1.8.0 -> 1.8.1

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.8.1
This commit is contained in:
Fabian Affolter
2022-12-01 08:42:06 +01:00
parent 000c92e412
commit 02b00498cb
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.8.0";
version = "1.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-KAfy2AQWZYFT/+rX8dNe8aWTFI0kkGg5IaSHhwYGk3A=";
hash = "sha256-UnOIYYmOeBX22jQ4MkDxQKtSlxv+H/KOC83BZ39JA1E=";
};
postPatch = ''