python3Packages.pyexploitdb: 0.2.91 -> 0.2.92

This commit is contained in:
R. Ryantm
2025-08-08 07:35:21 +00:00
parent 7f306c35da
commit 2ac52df051
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.91";
version = "0.2.92";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-WBAy4z5Xlfw2Eszp5eczWzwzTH1aw9nn5mExM4xbUFY=";
hash = "sha256-tjNOSTDPmi+Ml3HBN+I+iPGerrAHtoaPNSGisWIYaxM=";
};
build-system = [ setuptools ];