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:
Fabian Affolter
2026-06-08 00:16:29 +02:00
parent 53abed834f
commit 3ef33aa252
+8 -2
View File
@@ -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; [