Commit f8ef4b70 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyexploitdb: 0.2.9 -> 0.2.16

parent 8a7f9357
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pyexploitdb";
  version = "0.2.9";
  version = "0.2.16";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pyExploitDb";
    inherit version;
    hash = "sha256-q16YB0lLlw9nXohcT20l41Bv40CqshWzE8nVBBSEppE=";
    hash = "sha256-PP9dR8Jl4eWsky3vO9Pgraw0plik/5aWvmOAEc2/Qpo=";
  };

  propagatedBuildInputs = [