Loading pkgs/development/python-modules/criticality-score/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "criticality_score"; version = "1.0.7"; version = "1.0.8"; src = fetchPypi { inherit pname version; sha256 = "0i811a27i87z3j1rw0dwrnw8v0ckbd918ms6shjawhs4cnb1c6x8"; sha256 = "sha256-5XkVT0blnLG158a01jDfQl1Rx9U1LMsqaMjTdN7Q4QQ="; }; propagatedBuildInputs = [ PyGithub python-gitlab ]; Loading @@ -18,6 +18,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python tool for computing the Open Source Project Criticality Score."; homepage = "https://github.com/ossf/criticality_score"; changelog = "https://github.com/ossf/criticality_score/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ wamserma ]; }; Loading Loading
pkgs/development/python-modules/criticality-score/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "criticality_score"; version = "1.0.7"; version = "1.0.8"; src = fetchPypi { inherit pname version; sha256 = "0i811a27i87z3j1rw0dwrnw8v0ckbd918ms6shjawhs4cnb1c6x8"; sha256 = "sha256-5XkVT0blnLG158a01jDfQl1Rx9U1LMsqaMjTdN7Q4QQ="; }; propagatedBuildInputs = [ PyGithub python-gitlab ]; Loading @@ -18,6 +18,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python tool for computing the Open Source Project Criticality Score."; homepage = "https://github.com/ossf/criticality_score"; changelog = "https://github.com/ossf/criticality_score/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ wamserma ]; }; Loading