Merge pull request #191315 from r-ryantm/auto-update/faraday-cli

faraday-cli: 2.1.6 -> 2.1.7
This commit is contained in:
Fabian Affolter 2022-09-15 15:18:27 +02:00 committed by GitHub
commit 206b2dc064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [