python313Packages.pyexploitdb: 0.2.98 -> 0.2.99

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2025-09-21 10:22:12 +02:00
parent fe3fd1e6eb
commit fa3376ad55

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.98";
version = "0.2.99";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-Q5wbVpto5VskWOCWLBmI7k+nuAtZkdcB9r+No8mgS4g=";
hash = "sha256-J7Go+tEbhHpgnA/qvVPLB6/iOcX+qbg2GJj1eoujzwk=";
};
build-system = [ setuptools ];