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

aws-google-auth: 0.0.37 -> 0.0.38
This commit is contained in:
Mario Rodas 2022-05-04 07:11:57 -05:00 committed by GitHub
commit 9b3cfba4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,15 +20,15 @@
buildPythonApplication rec {
pname = "aws-google-auth";
version = "0.0.37";
version = "0.0.38";
# Pypi doesn't ship the tests, so we fetch directly from GitHub
# https://github.com/cevoaustralia/aws-google-auth/issues/120
src = fetchFromGitHub {
owner = "cevoaustralia";
repo = "aws-google-auth";
rev = version;
sha256 = "1bh733n4m5rsslpbjvhdigx6768nrvacybkakrm9704d2md9vkqd";
rev = "refs/tags/${version}";
sha256 = "sha256-/Xe4RDA9sBEsBBV1VP91VX0VfO8alK8L70m9WrB7qu4=";
};
propagatedBuildInputs = [