Skip to content

Commit 3eb417d

Browse files
authored
python312Packages.google-cloud-websecurityscanner: 1.17.0 -> 1.17.1 (#392250)
2 parents b6b1b34 + f93c052 commit 3eb417d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-websecurityscanner

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-websecurityscanner/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-cloud-websecurityscanner";
17-
version = "1.17.0";
17+
version = "1.17.1";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
pname = "google_cloud_websecurityscanner";
2424
inherit version;
25-
hash = "sha256-JqKKtjBeJ/jyGZZ9SGhQ9a89khuZKSJMPhqc5BOnFcg=";
25+
hash = "sha256-nDjk29d1V19fUNei6lJLtmJDwfLcBSnXm4jZQV2s+vI=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)