arjun: 2.2.2 -> 2.2.7

Changelog: https://github.com/s0md3v/Arjun/blob/2.2.7/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-07-04 21:41:54 +02:00
parent 6c99b35b30
commit 122cb2daeb
+7 -11
View File
@@ -6,32 +6,28 @@
python3.pkgs.buildPythonApplication rec {
pname = "arjun";
version = "2.2.2";
version = "2.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "s0md3v";
repo = "Arjun";
tag = version;
hash = "sha256-odVUFs517RSp66MymniSeTKTntQtXomjC68Hhdsglf0=";
hash = "sha256-XEfCQEvRCvmNQ8yOlaR0nd7knhK1fQIrXEfQgrdVDrs=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
wheel
];
build-system = with python3.pkgs; [ setuptools ];
propagatedBuildInputs = with python3.pkgs; [
requests
dependencies = with python3.pkgs; [
dicttoxml
ratelimit
requests
];
# Project has no tests
doCheck = false;
pythonImportsCheck = [
"arjun"
];
pythonImportsCheck = [ "arjun" ];
meta = {
description = "HTTP parameter discovery suite";