python3Packages.pyexploitdb: 0.2.78 -> 0.2.79

This commit is contained in:
R. Ryantm
2025-05-04 06:06:09 +00:00
parent e830669088
commit a684ab6eda
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.78";
version = "0.2.79";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-SuL47ivopE+Bnp0snsgn7HXGO6uUPL/pxo57eVHSHJU=";
hash = "sha256-sUTqW2t69O/FEnpILpZz3ASyeK8S/kezLNpb5LuiM+s=";
};
build-system = [ setuptools ];