Unverified Commit 8e546c44 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #335899 from fabaff/pyexploitdb-bump

python312Packages.pyexploitdb: 0.2.30 -> 0.2.31
parents c9340650 7feba185
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pyexploitdb";
  version = "0.2.30";
  version = "0.2.31";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pyExploitDb";
    inherit version;
    hash = "sha256-o0qlF7EqFMIkv5epPIjri8hZDrIXs9hOF6qg4xPunq8=";
    hash = "sha256-HTF3pOf2eDVdoMTCETQ8h73uuab/CsXEN6VAKkj8OBI=";
  };

  build-system = [ setuptools ];