python3Packages.pyexploitdb: 0.3.28 -> 0.3.29

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2026-06-05 09:17:01 +02:00
parent 73b64bfec9
commit c5dfda2b9f

View File

@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.28";
version = "0.3.29";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-09qyrlqoXPOBi7ZfapJM8sZm4s2F2MAoKKr3b39NNKs=";
hash = "sha256-gp66cqD9q61ICZQJ/wkrF17sOix6jwjSlu/EM1g3mvg=";
};
build-system = [ setuptools ];