arjun: 2.2.2 -> 2.2.7 (#422499)

This commit is contained in:
Fabian Affolter 2025-07-05 09:09:39 +02:00 committed by GitHub
commit eec93bfa56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";