Merge pull request #314758 from fabaff/pyexploitdb-bump

python312Packages.pyexploitdb: 0.2.18 -> 0.2.19
This commit is contained in:
Nick Cao
2024-05-26 10:15:32 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.18";
version = "0.2.19";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-pwlS0304aTSrGZFIj5f+jstcFwcy/liqQBW8p7hUhKE=";
hash = "sha256-coxO3WQt60b6I2QfhViuTiOp+VuktUoddWjbMxUOx7E=";
};
build-system = [ setuptools ];