python3Packages.pyexploitdb: 0.3.31 -> 0.3.32

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2026-06-23 21:13:55 +02:00
parent 90d704fbd0
commit e44537ef26
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.31";
version = "0.3.32";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-xjEgt9giz76XxzlvRVT8/NcVth8I8jxFkKn4Vr7vAvI=";
hash = "sha256-pXWi7gzlJViBHVcmI36x/lHY1Gn0UvSWzJwLmnng25o=";
};
build-system = [ setuptools ];