python3Packages.sqlmap: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm
2025-05-17 17:29:52 +00:00
parent 2c25b7b552
commit d7efac4c88
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.9.4";
version = "1.9.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xLGM4tJ5TPhXjRhqpsE6xK/yOe9RQgfCwz3ASpTao6E=";
hash = "sha256-eiX5kg/euf+V9x8tBtzMhq8b7xaFbMww5DuQIKWoBQs=";
};
postPatch = ''