python312Packages.pyexploitdb: 0.2.64 -> 0.2.65

This commit is contained in:
R. Ryantm
2025-02-01 04:41:57 +00:00
parent b7210760d3
commit 55884a6234
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.64";
version = "0.2.65";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-Os5Sj8zsPCCPxGTdLfiGLJ/tknkDnp9uowWquO31aRQ=";
hash = "sha256-XltJfqmYqY8wXNOBBav+atCjnx0+53Mrsld4yvadgr4=";
};
build-system = [ setuptools ];