faraday-cli: 2.1.6 -> 2.1.7

This commit is contained in:
R. Ryantm 2022-09-15 11:07:44 +00:00
parent ee55809e31
commit 01488adce8

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "faraday-cli";
version = "2.1.6";
version = "2.1.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ofL3tRYV2bwF+RYGoLpg/UQPg9HwrCepWAQxXiJkV2E=";
hash = "sha256-kZqJVJ6XrCC3iDSTJP8AmIs4WkxiAFimFIexl0L/HT0=";
};
propagatedBuildInputs = with python3.pkgs; [