python310Packages.sqlmap: 1.7.3 -> 1.7.4

Changelog: https://github.com/sqlmapproject/sqlmap/releases/tag/1.7.4
This commit is contained in:
Fabian Affolter 2023-04-08 00:39:12 +02:00
parent d294db09cb
commit f642e1bd74

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.7.3";
version = "1.7.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Madz55RkI+SEtkBep1rcQt2iIwd/LqfzCCKP+4jRHUE=";
hash = "sha256-U0mfnTteVPYP7gxRci/+poUf1QTdZ0Kk+f59e9S/A+4=";
};
postPatch = ''