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

python3Packages.faraday-plugins: 1.5.6 -> 1.5.7
This commit is contained in:
Fabian Affolter 2021-11-20 09:34:39 +01:00 committed by GitHub
commit d1d511080e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.5.6";
version = "1.5.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
rev = "v${version}";
sha256 = "sha256-RTHhCSOqtdPsgZgeziAYm+9NoR72Jfm+42fyyKqjFpA=";
sha256 = "sha256-EW9p5r7RwWohNGwbITtDrEd1FYLtOwWXhVWFgPCG+Po=";
};
propagatedBuildInputs = [