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

faraday-cli: 2.1.5 -> 2.1.6
This commit is contained in:
Fabian Affolter 2022-07-29 21:25:00 +02:00 committed by GitHub
commit df80817fe5
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.5";
version = "2.1.6";
format = "setuptools";
src = fetchFromGitHub {
owner = "infobyte";
repo = pname;
rev = "v${version}";
hash = "sha256-kl5yOJTMobccZoaIoWwQubCrswPa69I5Kmuox7JqAXs=";
rev = "refs/tags/${version}";
hash = "sha256-ofL3tRYV2bwF+RYGoLpg/UQPg9HwrCepWAQxXiJkV2E=";
};
propagatedBuildInputs = with python3.pkgs; [