Merge pull request #260373 from fabaff/faraday-plugins-bump

python311Packages.faraday-plugins: 1.13.2 -> 1.14.0
This commit is contained in:
OTABI Tomoya 2023-10-11 18:33:36 +09:00 committed by GitHub
commit e6e9b5870c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''