Merge pull request #327098 from r-ryantm/auto-update/python312Packages.pyexploitdb

python312Packages.pyexploitdb: 0.2.25 -> 0.2.26
This commit is contained in:
Fabian Affolter
2024-07-14 16:18:19 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.25";
version = "0.2.26";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-1UDyJAXB6owD732vYpadv7w4j6ysorEH1SSewTgVPec=";
hash = "sha256-6sfFFOHb77Gef5K0f/7rmZhNvUFCMP+bcsmXuXVVRn4=";
};
build-system = [ setuptools ];