python313Packages.pyexploitdb: 0.2.68 -> 0.2.69 (#384889)

This commit is contained in:
Fabian Affolter
2025-02-26 19:24:15 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.68";
version = "0.2.69";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-Vl+bASC473mOSL9mTWKWwfH9n7iT0BFcUd9D/rLB3/Y=";
hash = "sha256-genmO5QqIqirykvoAI2wm7zQ/x6s4qlyZrbHZSXhMaM=";
};
build-system = [ setuptools ];