python3Packages.sqlmap: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm
2025-06-17 15:12:04 +00:00
parent 1f622956bd
commit a2a606ad72
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.9.5";
version = "1.9.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eiX5kg/euf+V9x8tBtzMhq8b7xaFbMww5DuQIKWoBQs=";
hash = "sha256-/uzLkxqSVKjSYmFeDMo7EzcLbxGXGHlkg0ufhPRsGpY=";
};
postPatch = ''