faraday-cli: 2.1.12 -> 2.2.2
Changelog: https://github.com/infobyte/faraday-cli/releases/tag/2.2.2
This commit is contained in:
@@ -6,16 +6,22 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "faraday-cli";
|
||||
version = "2.1.12";
|
||||
version = "2.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "infobyte";
|
||||
repo = "faraday-cli";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-TZABx76ap4mzZ99Xd8chkwBsGmT9qJWAeMaubUwGiRw=";
|
||||
hash = "sha256-OQhwohRtBLwVWEJhyGBs/ktOL5SH+jM9A9/HnyheJYE=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"cmd2"
|
||||
"httpx"
|
||||
"validators"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user