python3Packages.pyexploitdb: 0.3.19 -> 0.3.20 (#505765)

This commit is contained in:
Nick Cao
2026-04-01 19:12:35 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.19";
version = "0.3.20";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-6lLacEjLsq7d39Ih5aQbXnoiSsHm4O4LV8e22VnMw90=";
hash = "sha256-rz+juMgqJJ9PaJVfg79+j26MSV2enG3dH5fOJrU1g+E=";
};
build-system = [ setuptools ];