python3Packages.pyexploitdb: 0.3.15 -> 0.3.16 (#496685)

This commit is contained in:
Fabian Affolter
2026-03-06 09:44:58 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.15";
version = "0.3.16";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-8ifQNytDODC98yD6eXjLQOr9pQFztgbxUrRPRMGqrHA=";
hash = "sha256-KNnKMCHhHrnqQ5YQ10Zk3LV89SZKC2g69m/pIY+zHRY=";
};
build-system = [ setuptools ];