Merge pull request #242188 from r-ryantm/auto-update/python310Packages.faraday-plugins

python310Packages.faraday-plugins: 1.12.0 -> 1.12.1
This commit is contained in:
Nick Cao 2023-07-08 15:55:18 +08:00 committed by GitHub
commit aeb7f4ed60
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.12.0";
version = "1.12.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-dtSGNLQUG4Co+p/sPBgKxMhB7drZAMxUas+eH6g/cS8=";
hash = "sha256-sDHqBGRJQuAj2zB7hcIy3u5iNCxBHO1ub0eHxfgd7kI=";
};
postPatch = ''