wapiti: 3.2.0 -> 3.2.1 (#355594)

This commit is contained in:
Fabian Affolter 2024-11-14 09:34:41 +01:00 committed by GitHub
commit fd96607ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "wapiti"; pname = "wapiti";
version = "3.2.0"; version = "3.2.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wapiti-scanner"; owner = "wapiti-scanner";
repo = "wapiti"; repo = "wapiti";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-Ekh31MXqxY6iSyQRX0YZ0Tl7DFhYqGtOepYS/VObZc0="; hash = "sha256-28PGdaOhFz9onw3yFHtCbAxLmh7q0VLGNuyI1wcKLRQ=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;