Merge pull request #317524 from fabaff/nvdlib-bump

python312Packages.nvdlib: 0.7.6 -> 0.7.7
This commit is contained in:
Nick Cao 2024-06-05 15:41:28 -04:00 committed by GitHub
commit 71efa9e42d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];