From b9fbbbee7abf7fcbe759564d9014eceef536fdf8 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Sat, 8 May 2021 23:51:18 -0700 Subject: [PATCH 40/55] python-boto3: upgrade to latest (1.17.69) --- gnu/packages/python-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 709a629d66..c0baa64ca0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12894,7 +12894,7 @@ interface to the Amazon Web Services (AWS) API.") (define-public python-boto3 (package (name "python-boto3") - (version "1.16.22") + (version "1.17.69") (home-page "https://github.com/boto/boto3") (source (origin (method git-fetch) @@ -12902,7 +12902,7 @@ interface to the Amazon Web Services (AWS) API.") (file-name (git-file-name name version)) (sha256 (base32 - "0h20hgl4yfl58g75qhb6ibrdmzn47md3srgar7hask14cjmfhfy3")))) + "08h4ihqgg6lmznl3l2vj8cly7ln82f4y0brab5h4cayskpgfhvi0")))) (arguments `(#:phases (modify-phases %standard-phases @@ -12914,7 +12914,8 @@ interface to the Amazon Web Services (AWS) API.") (build-system python-build-system) (native-inputs `(("python-nose" ,python-nose) - ("python-mock" ,python-mock))) + ("python-mock" ,python-mock) + ("python-wheel" ,python-wheel))) (propagated-inputs `(("python-botocore" ,python-botocore) ("python-jmespath" ,python-jmespath) -- 2.31.1