Merge pull request #101962 from benley/aws-google-auth

aws-google-auth: 0.0.34 -> 0.0.36

authored by Mario Rodas and committed by GitHub b8e8c7d5 d69e98a4

+8 -6
+8 -6
pkgs/tools/admin/aws-google-auth/default.nix
··· 4 , beautifulsoup4 5 , boto3 6 , configparser 7 , keyring 8 , keyrings-alt 9 , lxml ··· 19 20 buildPythonApplication rec { 21 pname = "aws-google-auth"; 22 - version = "0.0.34"; 23 24 # Pypi doesn't ship the tests, so we fetch directly from GitHub 25 # https://github.com/cevoaustralia/aws-google-auth/issues/120 ··· 27 owner = "cevoaustralia"; 28 repo = "aws-google-auth"; 29 rev = version; 30 - sha256 = "12c5ssdy870szrizhs4d7dzcpq3hvszjvl8ba60qf1ak5jsr1ay4"; 31 }; 32 33 - propagatedBuildInputs = [ 34 beautifulsoup4 35 boto3 36 configparser 37 keyring 38 keyrings-alt 39 lxml ··· 43 tabulate 44 tzlocal 45 ] ++ lib.optional withU2F python-u2flib-host; 46 - 47 - checkInputs = [ 48 mock 49 - nose 50 ]; 51 52 preCheck = ''
··· 4 , beautifulsoup4 5 , boto3 6 , configparser 7 + , filelock 8 , keyring 9 , keyrings-alt 10 , lxml ··· 20 21 buildPythonApplication rec { 22 pname = "aws-google-auth"; 23 + version = "0.0.36"; 24 25 # Pypi doesn't ship the tests, so we fetch directly from GitHub 26 # https://github.com/cevoaustralia/aws-google-auth/issues/120 ··· 28 owner = "cevoaustralia"; 29 repo = "aws-google-auth"; 30 rev = version; 31 + sha256 = "099r020v33sij2b3816cjp4fpy35c886l559szfxqx6kgy19y9z7"; 32 }; 33 34 + propagatedBuildInputs = [ 35 beautifulsoup4 36 boto3 37 configparser 38 + filelock 39 keyring 40 keyrings-alt 41 lxml ··· 45 tabulate 46 tzlocal 47 ] ++ lib.optional withU2F python-u2flib-host; 48 + 49 + checkInputs = [ 50 mock 51 + nose 52 ]; 53 54 preCheck = ''