python3Packages.pyexploitdb: 0.2.101 -> 0.2.102 (#451808)

This commit is contained in:
Fabian Affolter
2025-10-14 20:59:02 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.101";
version = "0.2.102";
pyproject = true;
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-ZiNFLX3L4Fc6fJxd2sUlF+tU2PL544fOu36niFN+aoM=";
hash = "sha256-vkqKouvVu+qDcFGODvZuPzhcRVEQRsCa6lqRLekZThw=";
};
build-system = [ setuptools ];