python3Packages.pyexploitdb: 0.2.101 -> 0.2.102

This commit is contained in:
R. Ryantm
2025-10-13 22:35:43 +00:00
parent 99feb07217
commit e0e82fa835

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 ];