about summary refs log tree commit diff
path: root/pkgs/tools/admin/aws-google-auth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-03 14:28:45 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-03 14:28:45 -0700
commit19195a7925b4f9c71cc7168639911aa841ea36f6 (patch)
treef6b16039c51b43aeb39fd84beac44e1c96bbc116 /pkgs/tools/admin/aws-google-auth
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
aws-google-auth: 0.0.29 -> 0.0.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-google-auth/versions
Diffstat (limited to 'pkgs/tools/admin/aws-google-auth')
-rw-r--r--pkgs/tools/admin/aws-google-auth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/aws-google-auth/default.nix b/pkgs/tools/admin/aws-google-auth/default.nix
index 5d4ba0bfbc8cd..0fc001d5a19b7 100644
--- a/pkgs/tools/admin/aws-google-auth/default.nix
+++ b/pkgs/tools/admin/aws-google-auth/default.nix
@@ -19,7 +19,7 @@
 
 buildPythonApplication rec {
   pname = "aws-google-auth";
-  version = "0.0.29";
+  version = "0.0.32";
 
   # Pypi doesn't ship the tests, so we fetch directly from GitHub
   # https://github.com/cevoaustralia/aws-google-auth/issues/120
@@ -27,7 +27,7 @@ buildPythonApplication rec {
     owner = "cevoaustralia";
     repo = "aws-google-auth";
     rev = version;
-    sha256 = "06dalrwjy1sbc5wvj5ip4h999izlb0j5g6b6f3l5znnsm0vfvfia";
+    sha256 = "0blsvdkb28g1s3c7f8brjjai7lq9ij76xqr5z6zlxxafc4qqwhh3";
   };
 
   propagatedBuildInputs = [