Skip to content

Commit dedfb05

Browse files
authored
python3Packages.sqlmap: 1.9.4 -> 1.9.5 (#408065)
2 parents 9cc8cd7 + d7efac4 commit dedfb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sqlmap/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "sqlmap";
13-
version = "1.9.4";
13+
version = "1.9.5";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-xLGM4tJ5TPhXjRhqpsE6xK/yOe9RQgfCwz3ASpTao6E=";
20+
hash = "sha256-eiX5kg/euf+V9x8tBtzMhq8b7xaFbMww5DuQIKWoBQs=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)