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

python310Packages.faraday-plugins: 1.6.0 -> 1.6.1
This commit is contained in:
Fabian Affolter 2022-03-18 23:40:27 +01:00 committed by GitHub
commit 46aff08f07
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.6.0";
version = "1.6.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
rev = "v${version}";
sha256 = "sha256-mvYbX8puqcT9kl1Abi785ptmmg9CxKZVTO6gPpk4sKU=";
sha256 = "sha256-NpPVA+fruI/xX0KMjRuRuMK8HYc/0ErbDhJOCNXKhyY=";
};
propagatedBuildInputs = [