python312Packages.sqlmap: 1.8.12 -> 1.9

This commit is contained in:
R. Ryantm
2025-01-05 16:26:52 +00:00
parent d86ae899d2
commit 4600241e6a
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.8.12";
version = "1.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dlu4EuRSIksXaQ0iZ1MKrXraNytIHZ/1DM5f+8ijNMo=";
hash = "sha256-buuA+r1R42SMhrmszEGhFW9HPeaJVg1KihAlWT42JTs=";
};
postPatch = ''