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

This commit is contained in:
Fabian Affolter
2025-11-20 22:17:16 +00:00
committed by GitHub
@@ -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";