aws-google-auth: 0.0.36 -> 0.0.37

This commit is contained in:
Ignacio Torres Masdeu 2021-03-02 15:56:03 +00:00
parent 8c7c2c31b2
commit c58b2adb60

View file

@ -20,7 +20,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "aws-google-auth"; pname = "aws-google-auth";
version = "0.0.36"; version = "0.0.37";
# 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
@ -28,7 +28,7 @@ buildPythonApplication rec {
owner = "cevoaustralia"; owner = "cevoaustralia";
repo = "aws-google-auth"; repo = "aws-google-auth";
rev = version; rev = version;
sha256 = "099r020v33sij2b3816cjp4fpy35c886l559szfxqx6kgy19y9z7"; sha256 = "1bh733n4m5rsslpbjvhdigx6768nrvacybkakrm9704d2md9vkqd";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [