Merge pull request #325211 from fabaff/pyexploitdb-bump

python312Packages.pyexploitdb: 0.2.24 -> 0.2.25
This commit is contained in:
Nick Cao
2024-07-07 10:00:09 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.24";
version = "0.2.25";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-YXqctVB4mphNzhc/u5e0yTNi2R6+ibBiFyPaqHvG7Bk=";
hash = "sha256-1UDyJAXB6owD732vYpadv7w4j6ysorEH1SSewTgVPec=";
};
build-system = [ setuptools ];