python3Packages.pyexploitdb: 0.3.20 -> 0.3.21

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2026-04-06 21:30:10 +02:00
parent 843d505e4a
commit 7c277ee5dc
@@ -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 ];