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
This commit is contained in:
Fabian Affolter
2023-10-11 08:06:13 +02:00
parent 0ccfba07f2
commit 908bf008b8
@@ -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 = ''