Loading pkgs/development/python-modules/cvss/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "cvss"; version = "3.1"; version = "3.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,10 +19,10 @@ buildPythonPackage rec { owner = "RedHatProductSecurity"; repo = "cvss"; rev = "refs/tags/v${version}"; hash = "sha256-e/zwOfbt3YLlRiLFObjps3tFFk6BAWBKdanio6sus8c="; hash = "sha256-r4IWaOEZUX+3wW47rX8+lsixIjr14zAaXfFIFcbLVMM="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ jsonschema Loading @@ -37,10 +37,10 @@ buildPythonPackage rec { meta = with lib; { description = "Library for CVSS2/3/4"; mainProgram = "cvss_calculator"; homepage = "https://github.com/RedHatProductSecurity/cvss"; changelog = "https://github.com/RedHatProductSecurity/cvss/releases/tag/v${version}"; license = with licenses; [ lgpl3Plus ]; license = licenses.lgpl3Plus; maintainers = with maintainers; [ fab ]; mainProgram = "cvss_calculator"; }; } Loading
pkgs/development/python-modules/cvss/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "cvss"; version = "3.1"; version = "3.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,10 +19,10 @@ buildPythonPackage rec { owner = "RedHatProductSecurity"; repo = "cvss"; rev = "refs/tags/v${version}"; hash = "sha256-e/zwOfbt3YLlRiLFObjps3tFFk6BAWBKdanio6sus8c="; hash = "sha256-r4IWaOEZUX+3wW47rX8+lsixIjr14zAaXfFIFcbLVMM="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ jsonschema Loading @@ -37,10 +37,10 @@ buildPythonPackage rec { meta = with lib; { description = "Library for CVSS2/3/4"; mainProgram = "cvss_calculator"; homepage = "https://github.com/RedHatProductSecurity/cvss"; changelog = "https://github.com/RedHatProductSecurity/cvss/releases/tag/v${version}"; license = with licenses; [ lgpl3Plus ]; license = licenses.lgpl3Plus; maintainers = with maintainers; [ fab ]; mainProgram = "cvss_calculator"; }; }