about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-16 09:46:37 +0100
committerGitHub <noreply@github.com>2023-01-16 09:46:37 +0100
commit8fb10e19467d273332ab5e6af5ea73c762274bc1 (patch)
tree7ee8e08c227af05dc4c33a7117ed98601497b2cd
parent6ff46bd3309820a57817ff82ef0fc05526b5266f (diff)
parenteab3023470f3fa16227453bab40d08a79929a464 (diff)
Merge pull request #210963 from r-ryantm/auto-update/python310Packages.google-cloud-audit-log
python310Packages.google-cloud-audit-log: 0.2.4 -> 0.2.5
-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 e1276718efca7..643098f1de5ee 100644
--- a/pkgs/development/python-modules/google-cloud-audit-log/default.nix
+++ b/pkgs/development/python-modules/google-cloud-audit-log/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-audit-log";
-  version = "0.2.4";
+  version = "0.2.5";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-qr5VQ2ceT4qcekwOPqmoe6K6K5b5/61vqgIgmQDh8wg=";
+    hash = "sha256-huL6ujODrcj9BKW9f9T5YLPkrtqn7ZUPL4kc4WkC62s=";
   };
 
   propagatedBuildInputs = [ googleapis-common-protos protobuf ];