python3Packages.pyexploitdb: 0.2.90 -> 0.2.91

This commit is contained in:
R. Ryantm
2025-07-30 04:07:15 +00:00
parent eaa9fd315f
commit 8cd5e53104
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.90";
version = "0.2.91";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-7ImnA/1fiGEOVM+IycS+AR79ESx0OKoFSFnZJHYH9O8=";
hash = "sha256-WBAy4z5Xlfw2Eszp5eczWzwzTH1aw9nn5mExM4xbUFY=";
};
build-system = [ setuptools ];