summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-06 06:05:52 +0000
committerGitHub <noreply@github.com>2022-10-06 06:05:52 +0000
commit0cb28ea28ae7d5fc9d77622915857466912c0139 (patch)
tree735b0365b017e07d2cbf459a0080eb57466f3c3d /pkgs/development/python-modules/google-cloud-securitycenter/default.nix
parentcf7be5db710cb6a9160e3a6724894e209a4e9eef (diff)
parent863df54d1363f0377ca0f1410d5e1619ca47404c (diff)
downloadnixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.tar
nixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.tar.gz
nixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.tar.bz2
nixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.tar.lz
nixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.tar.xz
nixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.tar.zst
nixpkgs-0cb28ea28ae7d5fc9d77622915857466912c0139.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-securitycenter/default.nix')
-rw-r--r--pkgs/development/python-modules/google-cloud-securitycenter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
index 0af64ef9f68..df9af0da9fd 100644
--- a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
+++ b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-securitycenter";
-  version = "1.16.0";
+  version = "1.16.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-LuC8zMJP4SF/pOUSmA0TV/U/12bo9Wg+UYxdpHaGFfM=";
+    hash = "sha256-hp303Y6vSjoFjSP+q+DNsbjFVQTOkC9CVi1nC59nQE4=";
   };
 
   propagatedBuildInputs = [