python312Packages.sqlmap: 1.8.7.post1 -> 1.8.8 (#338384)

This commit is contained in:
Fabian Affolter 2024-08-30 20:24:43 +02:00 committed by GitHub
commit 1e53ae96af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.8.7.post1";
version = "1.8.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rycF/D6knpOHlmTZBVysq9DMqCadwv1eq8vkuhpZ2hQ=";
hash = "sha256-TtJF6IHQdpx9OZ6wACmON1HQXhvvi67QZU/gI+zsy2Q=";
};
postPatch = ''