Unverified Commit 64f47557 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pyexploitdb: 0.2.103 -> 0.3.1 (#463485)

parents 1ec65be1 3b2e286a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";