python3Packages.pyexploitdb: 0.3.19 -> 0.3.20

This commit is contained in:
R. Ryantm
2026-04-01 18:22:19 +00:00
parent c28adab9cf
commit 97d754d361
@@ -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 ];