python313Packages.pyexploitdb: 0.2.69 -> 0.2.70

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2025-03-03 09:07:51 +01:00
parent 8e5d5c044f
commit 170af88f66
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.69";
version = "0.2.70";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-genmO5QqIqirykvoAI2wm7zQ/x6s4qlyZrbHZSXhMaM=";
hash = "sha256-Y/iAQPCVhKdGLuABuANJahDhIBKjWf3M2aREaZ5wF3Y=";
};
build-system = [ setuptools ];