python312Packages.nvdlib: 0.7.6 -> 0.7.7

Diff: https://github.com/Vehemont/nvdlib/compare/refs/tags/v0.7.6...v0.7.7

Changelog: https://github.com/vehemont/nvdlib/releases/tag/v0.7.7
This commit is contained in:
Fabian Affolter 2024-06-05 20:23:06 +02:00
parent 63f559ca65
commit aba4055156

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "nvdlib";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Vehemont";
repo = "nvdlib";
rev = "refs/tags/v${version}";
hash = "sha256-p2xx+QC0P30FR+nMiFW/PoINbcTM49ufADW9B9u2WxI=";
hash = "sha256-/UmBNdch9yM6yCVcJbzsCx6om4XlqQa40X/fgEYgRuI=";
};
nativeBuildInputs = [ setuptools ];