python312Packages.pyexploitdb: 0.2.25 -> 0.2.26

This commit is contained in:
R. Ryantm 2024-07-14 12:29:38 +00:00
parent dc53c7ec90
commit 921035095f

View File

@ -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 ];