python313Packages.pyexploitdb: 0.2.103 -> 0.3.1

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2025-11-20 14:48:53 +01:00
parent 39430a2160
commit 3b2e286a3c
@@ -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";