Merge pull request #81426 from r-ryantm/auto-update/aws-google-auth

aws-google-auth: 0.0.33 -> 0.0.34
This commit is contained in:
Mario Rodas 2020-03-01 10:05:56 -05:00 committed by GitHub
commit 6df88af9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "aws-google-auth"; pname = "aws-google-auth";
version = "0.0.33"; version = "0.0.34";
# Pypi doesn't ship the tests, so we fetch directly from GitHub # Pypi doesn't ship the tests, so we fetch directly from GitHub
# https://github.com/cevoaustralia/aws-google-auth/issues/120 # https://github.com/cevoaustralia/aws-google-auth/issues/120
@ -27,7 +27,7 @@ buildPythonApplication rec {
owner = "cevoaustralia"; owner = "cevoaustralia";
repo = "aws-google-auth"; repo = "aws-google-auth";
rev = version; rev = version;
sha256 = "07sisv7b17bpjwikmm9zpxn3l3xpzywsbxi4brri2hdjmjb6p7w7"; sha256 = "12c5ssdy870szrizhs4d7dzcpq3hvszjvl8ba60qf1ak5jsr1ay4";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -55,7 +55,7 @@ buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Acquire AWS STS (temporary) credentials via Google Apps SAML Single Sign On"; description = "Acquire AWS STS (temporary) credentials via Google Apps SAML Single Sign On";
homepage = https://github.com/cevoaustralia/aws-google-auth; homepage = "https://github.com/cevoaustralia/aws-google-auth";
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
license = licenses.mit; license = licenses.mit;
}; };