Skip to content

Commit

Permalink
Merge pull request NixOS#190438 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.google-cloud-websecurityscanner
  • Loading branch information
SuperSandro2000 authored Sep 9, 2022
2 parents c6de997 + da0183a commit c5cb698
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.8.2";
version = "1.9.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-PJ1qqLAAyTmOqfLDxV2IASX9nnHOQTfAwSAotC4qlLQ=";
hash = "sha256-T+a154A4EakPGk7OL65mweveLBEL1ol3ZYYh2MTyxy8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit c5cb698

Please sign in to comment.