python313Packages.pyexploitdb: 0.2.66 -> 0.2.67

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2025-02-13 11:29:30 +01:00
parent 2d555e41e7
commit f77b432f87
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.66";
version = "0.2.67";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-KZt9lxeUT0d9MLd96c5WYJWfUbo4Q2Gyqjdw1gQJTGQ=";
hash = "sha256-sz6fI1iSa6aRk5QSsKrSncDI2XFTNbpSjMt2ch8+gfA=";
};
build-system = [ setuptools ];