Unverified Commit a5fa602e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #218411 from r-ryantm/auto-update/python310Packages.criticality-score

python310Packages.criticality-score: 1.0.7 -> 1.0.8
parents a8f787e1 9d921c41
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];
@@ -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 ];
  };