Merge pull request #253499 from fabaff/sqlmap-bump

python311Packages.sqlmap: 1.7.8 -> 1.7.9
This commit is contained in:
Fabian Affolter 2023-09-07 08:26:08 +02:00 committed by GitHub
commit 73246294ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.7.8";
version = "1.7.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ky/XmXhzmoF3UKNHu7xKcVWZf8epHp0ymqqQ9WHHObs=";
hash = "sha256-k07Dpkpa1MO9ICMl4a2YI2ONgcUG0vLOzC+wsoHxI3s=";
};
postPatch = ''