Commit 8e858475 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyexploitdb: 0.2.24 -> 0.2.25

parent fa6273dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyexploitdb";
  version = "0.2.24";
  version = "0.2.25";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pyExploitDb";
    inherit version;
    hash = "sha256-YXqctVB4mphNzhc/u5e0yTNi2R6+ibBiFyPaqHvG7Bk=";
    hash = "sha256-1UDyJAXB6owD732vYpadv7w4j6ysorEH1SSewTgVPec=";
  };

  build-system = [ setuptools ];