python3Packages.pyexploitdb: 0.3.28 -> 0.3.29 (#528246)

This commit is contained in:
Fabian Affolter
2026-06-05 07:29:32 +00:00
committed by GitHub
@@ -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 ];