python313Packages.pyexploitdb: 0.2.102 -> 0.2.103 (#453477)

This commit is contained in:
Fabian Affolter
2025-10-19 09:28:54 +00:00
committed by GitHub
@@ -9,13 +9,12 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.102";
version = "0.2.103";
pyproject = true;
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-vkqKouvVu+qDcFGODvZuPzhcRVEQRsCa6lqRLekZThw=";
inherit pname version;
hash = "sha256-UAR3S0Tpo1C6a8YcNjoncPWEklwCsSC+T8E5s5rgaw8=";
};
build-system = [ setuptools ];