python312Packages.nvdlib: 0.7.9 -> 0.8.0 (#392137)

This commit is contained in:
Fabian Affolter
2025-03-22 17:31:10 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "nvdlib";
version = "0.7.9";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Vehemont";
repo = "nvdlib";
tag = "v${version}";
hash = "sha256-D4IzY6CZm9jxjupif9VnxI3uPlnhe1/Vsjhs2XX5v1c=";
hash = "sha256-fj7tgTv3r++oo+45QFQy/rmXYdKyKhR74maHOdp+0yA=";
};
nativeBuildInputs = [ setuptools ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to interact with the National Vulnerability CVE/CPE API";
homepage = "https://github.com/Vehemont/nvdlib/";
changelog = "https://github.com/vehemont/nvdlib/releases/tag/v${version}";
changelog = "https://github.com/vehemont/nvdlib/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};