python312Packages.pyexploitdb: 0.2.75 -> 0.2.76

This commit is contained in:
R. Ryantm
2025-04-13 11:55:42 +00:00
parent 10189aca67
commit 8aa483cc85
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.75";
version = "0.2.76";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-rQP9OuWK+kEyc5DipPo0tPagvHm1Rl1YVUiALL7OKvQ=";
hash = "sha256-HcedkHQVatxyoVHRxivTd5vPxs4zMkLC2X27cmmAcMo=";
};
build-system = [ setuptools ];