We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e738 commit f93c052Copy full SHA for f93c052
pkgs/development/python-modules/google-cloud-websecurityscanner/default.nix
@@ -14,15 +14,15 @@
14
15
buildPythonPackage rec {
16
pname = "google-cloud-websecurityscanner";
17
- version = "1.17.0";
+ version = "1.17.1";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
21
22
src = fetchPypi {
23
pname = "google_cloud_websecurityscanner";
24
inherit version;
25
- hash = "sha256-JqKKtjBeJ/jyGZZ9SGhQ9a89khuZKSJMPhqc5BOnFcg=";
+ hash = "sha256-nDjk29d1V19fUNei6lJLtmJDwfLcBSnXm4jZQV2s+vI=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments