diff --git a/pkgs/development/python-modules/pyexploitdb/default.nix b/pkgs/development/python-modules/pyexploitdb/default.nix index f742fa99ab3c..585f07170266 100644 --- a/pkgs/development/python-modules/pyexploitdb/default.nix +++ b/pkgs/development/python-modules/pyexploitdb/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "pyexploitdb"; - version = "0.2.103"; + version = "0.3.1"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-UAR3S0Tpo1C6a8YcNjoncPWEklwCsSC+T8E5s5rgaw8="; + hash = "sha256-1qimRLU3kp2iVOOyCMJlc/E9zjgNvPMprRECuyQ8u68="; }; build-system = [ setuptools ]; @@ -27,7 +27,7 @@ buildPythonPackage rec { # Module has no tests doCheck = false; - pythonImportsCheck = [ "pyExploitDb" ]; + pythonImportsCheck = [ "pyexploitdb" ]; meta = with lib; { description = "Library to fetch the most recent exploit-database";