python310Packages.faraday-plugins: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2022-04-23 05:15:32 +00:00
parent f684f5a955
commit 9ed9d37b5e

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.6.3";
version = "1.6.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/v${version}";
sha256 = "sha256-oynDX1miBvBmiN22ILQH1Q2y+PmWOfBunjZmVSnlvKk=";
sha256 = "sha256-0IAr91ql4ShjGQol3uc/erIHW6E1Vzj724JJ3NaLZUo=";
};
propagatedBuildInputs = [