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:17 +0000
committerGitHub <noreply@github.com>2022-10-06 06:05:17 +0000
commit863df54d1363f0377ca0f1410d5e1619ca47404c (patch)
tree6f88d61223c2ae0efb25718b74de487095189c4c /pkgs/development/python-modules/google-cloud-securitycenter/default.nix
parent4c298a6859ba3f46ffedc1ad80bee023513dc066 (diff)
parentd796e61ffd29e38a1b3854701285db2258693ed9 (diff)
downloadnixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.tar
nixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.tar.gz
nixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.tar.bz2
nixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.tar.lz
nixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.tar.xz
nixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.tar.zst
nixpkgs-863df54d1363f0377ca0f1410d5e1619ca47404c.zip
Merge master into staging-next
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 = [