python3Packages.pyexploitdb: 0.3.34 -> 0.3.35 (#541613)

This commit is contained in:
Nick Cao
2026-07-14 18:19:03 +00:00
committed by GitHub

View File

@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.34";
version = "0.3.35";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-vKp4tExq2QOdlsq4poJQfd4jqDdV/3BvnGw5eX2SFP8=";
hash = "sha256-/yt39/XaLzqxlviFRzk+JR4TM8PHZYLYpNP0i9N4tvI=";
};
build-system = [ setuptools ];