faraday-cli: 2.0.2 -> 2.1.5

This commit is contained in:
Fabian Affolter 2022-06-11 21:25:46 +02:00
parent 2ea9962458
commit c5d8a91b00

View file

@ -5,13 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "faraday-cli"; pname = "faraday-cli";
version = "2.0.2"; version = "2.1.5";
format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "infobyte"; owner = "infobyte";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-J3YlFsX/maOqWo4ILEMXzIJeQ8vr47ApGGiaBWrUCMs="; hash = "sha256-kl5yOJTMobccZoaIoWwQubCrswPa69I5Kmuox7JqAXs=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -22,8 +23,10 @@ python3.pkgs.buildPythonApplication rec {
faraday-plugins faraday-plugins
jsonschema jsonschema
log-symbols log-symbols
luddite
packaging packaging
pyyaml pyyaml
py-sneakers
simple-rest-client simple-rest-client
spinners spinners
tabulate tabulate