python312Packages.pyexploitdb: 0.2.23 -> 0.2.24

Changelog: https://github.com/GoVanguard/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2024-07-03 12:57:35 +02:00
parent b67f16cfbf
commit 69598c5288
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.23";
version = "0.2.24";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-myqv7zNhSUZTdyujg0ogrbzpypA5APGJhTM+FtrgXNA=";
hash = "sha256-YXqctVB4mphNzhc/u5e0yTNi2R6+ibBiFyPaqHvG7Bk=";
};
build-system = [ setuptools ];