Merge pull request #318472 from fabaff/pyexploitdb-bump

python311Packages.pyexploitdb: 0.2.20 -> 0.2.21
This commit is contained in:
Fabian Affolter
2024-06-09 16:29:13 +02:00
committed by GitHub
@@ -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 ];