python313Packages.pyexploitdb: 0.2.74 -> 0.2.75

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter
2025-04-08 17:36:48 +02:00
parent 59fad290da
commit c13e1d4698
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.74";
version = "0.2.75";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-pQRyIv1wu78vNjxl5tt0kI34RvCEycEMMEtaOnlaa10=";
hash = "sha256-rQP9OuWK+kEyc5DipPo0tPagvHm1Rl1YVUiALL7OKvQ=";
};
build-system = [ setuptools ];