python311Packages.pyexploitdb: 0.2.20 -> 0.2.21

Changelog: https://github.com/GoVanguard/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter 2024-06-09 10:07:13 +02:00
parent e26ad74eee
commit daa7d21b4c

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.20";
version = "0.2.21";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-vRh99vi+24euDF3FwYs5KgYlWymCRK8fh8yp2FYYHkQ=";
hash = "sha256-r57zNuKRUfZy+ipttQSfE/+LKOSnH6/4u/ZC1NzgGt8=";
};
build-system = [ setuptools ];