python3Packages.pyexploitdb: 0.3.34 -> 0.3.35

This commit is contained in:
R. Ryantm
2026-07-13 22:18:12 +00:00
parent 6207f871f1
commit 47c09a712b

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 ];