summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-06-01 21:44:20 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-06-01 21:44:20 +0200
commitf80fca4e79af86e3bb66073f2ff18367c321d84a (patch)
tree6b3f5f1ac42b16402d197200696317d126374433 /pkgs/development/python-modules
parentabf92313d73054ec58c85fa439085e88ca28a3f8 (diff)
python310Packages.google-cloud-audit-log: 0.2.0 -> 0.2.2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/google-cloud-audit-log/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-audit-log/default.nix b/pkgs/development/python-modules/google-cloud-audit-log/default.nix
index fabd8dad68e2..84bdaf7afe51 100644
--- a/pkgs/development/python-modules/google-cloud-audit-log/default.nix
+++ b/pkgs/development/python-modules/google-cloud-audit-log/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-audit-log";
- version = "0.2.0";
+ version = "0.2.2";
src = fetchPypi {
inherit pname version;
- sha256 = "d0852f525ad65705f9fbff6288be4493e1449a7906fb5e01bd71c8d1e424d1fc";
+ sha256 = "sha256-bYmQOEiu6YF0d+zjBlRIUbkDpexWHalmu7pajRJQmk0=";
};
propagatedBuildInputs = [ googleapis-common-protos protobuf ];