python3Packages.wfuzz: 3.1.0 -> 3.1.1

https://github.com/xmendez/wfuzz/releases/tag/v3.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:49 +01:00
parent b0cccbc813
commit 86a8976f35
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "wfuzz";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "xmendez";
repo = "wfuzz";
tag = "v${version}";
hash = "sha256-RM6QM/iR00ymg0FBUtaWAtxPHIX4u9U/t5N/UT/T6sc=";
hash = "sha256-OYMZHo0ujRzwOcE+EKRNPxffxVbbiMHe+AqBz7q/u2A=";
};
patches = [
@@ -80,7 +80,7 @@ buildPythonPackage rec {
'';
meta = {
changelog = "https://github.com/xmendez/wfuzz/releases/tag/v${version}";
changelog = "https://github.com/xmendez/wfuzz/releases/tag/${src.tag}";
description = "Web content fuzzer to facilitate web applications assessments";
longDescription = ''
Wfuzz provides a framework to automate web applications security assessments