Unverified Commit 20f07cf9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.sqlmap: 1.9.6 -> 1.9.7 (#425454)

parents 5c36bbc0 3fec6562
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "sqlmap";
  version = "1.9.6";
  version = "1.9.7";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/uzLkxqSVKjSYmFeDMo7EzcLbxGXGHlkg0ufhPRsGpY=";
    hash = "sha256-E2cb/hp7sg56S9By3AT3BGnqQSVlQzRV3wEW+uuJozI=";
  };

  postPatch = ''