python314Packages.pyexploitdb: 0.3.12 -> 0.3.13

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2026-02-10 00:23:00 +01:00
parent 0f3b92d267
commit 023bf46b61
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.12";
version = "0.3.13";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-WTu7Oq4I+3gTXxJ5djIF+/TDFvlvsEFz59wz+4GnUdc=";
hash = "sha256-fZCdH29PGU8GSo+JHWLqiaJj5zWIDmxTQTSf0UbLdmo=";
};
build-system = [ setuptools ];