Loading pkgs/development/python-modules/nvdlib/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "nvdlib"; version = "0.7.9"; version = "0.8.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/nvdlib/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "nvdlib"; version = "0.7.9"; version = "0.8.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading @@ -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 ]; }; Loading