python314Packages.pyexploitdb: 0.3.16 -> 0.3.17 (#499187)

This commit is contained in:
Nick Cao
2026-03-12 20:58:14 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.16";
version = "0.3.17";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-KNnKMCHhHrnqQ5YQ10Zk3LV89SZKC2g69m/pIY+zHRY=";
hash = "sha256-8V9BlV1m8ApZ5UoJOYIXCsNRh17xyGBQ1zN6kAnt38Y=";
};
build-system = [ setuptools ];