python3Packages.pyexploitdb: 0.3.18 -> 0.3.19 (#502635)

This commit is contained in:
Fabian Affolter
2026-03-24 09:00:25 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.18";
version = "0.3.19";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-EGZN2KR5H6oVrjrJ7VNONE1Pk61G9hZWnJabaOWlIxo=";
hash = "sha256-6lLacEjLsq7d39Ih5aQbXnoiSsHm4O4LV8e22VnMw90=";
};
build-system = [ setuptools ];