python3Packages.pyexploitdb: 0.3.29 -> 0.3.30

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2026-06-07 23:57:04 +02:00
parent 59ffefb369
commit d6e27903e7
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.29";
version = "0.3.30";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-gp66cqD9q61ICZQJ/wkrF17sOix6jwjSlu/EM1g3mvg=";
hash = "sha256-VawB15AzpySnVTdUbwfaeyUG2mPHSTmjWmdybm6e+I8=";
};
build-system = [ setuptools ];