python3Packages.pyexploitdb: 0.3.20 -> 0.3.21 (#507355)

This commit is contained in:
Fabian Affolter
2026-04-06 19:44:46 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.20";
version = "0.3.21";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-rz+juMgqJJ9PaJVfg79+j26MSV2enG3dH5fOJrU1g+E=";
hash = "sha256-j9STueuKwRqbq0zS+xxE8I7EDR4s+Cq1evCtP0h3WX4=";
};
build-system = [ setuptools ];