python313Packages.pyexploitdb: 0.2.69 -> 0.2.70 (#386631)

This commit is contained in:
Fabian Affolter
2025-03-03 10:07:46 +01:00
committed by GitHub
@@ -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 ];