python313Packages.pyexploitdb: 0.3.14 -> 0.3.15

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter 2026-02-22 16:23:34 +01:00
parent 2f69ef72bd
commit 69ba580da7

View file

@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.14";
version = "0.3.15";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-oxva2MJp/7D9apgKLMampKrSMBnBtOxKESRvH24U8DQ=";
hash = "sha256-8ifQNytDODC98yD6eXjLQOr9pQFztgbxUrRPRMGqrHA=";
};
build-system = [ setuptools ];