python3Packages.pyexploitdb: 0.3.26 -> 0.3.27 (#521714)

This commit is contained in:
Fabian Affolter
2026-05-18 21:43:59 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.26";
version = "0.3.27";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-EkLew8BpNK7OzlLd3BOvFKtG8OTVLuUUNxOKM+W0WFA=";
hash = "sha256-B4xd+wXaZC3gl+uyGlM+y3bahU20ny8v34USCkJJhlQ=";
};
build-system = [ setuptools ];