python312Packages.sqlmap: 1.8.7.post1 -> 1.8.8

Changelog: https://github.com/sqlmapproject/sqlmap/releases/tag/1.8.8
This commit is contained in:
Fabian Affolter 2024-08-30 13:09:12 +02:00
parent 6fe037505d
commit 0bf366764a

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 = ''