From e923c26735b7f0c714f4f361317832cfbf9d2031 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Sat, 8 May 2021 23:49:58 -0700 Subject: [PATCH 39/55] python-botocore: upgrade to latest (1.20.69) --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 102780483e..709a629d66 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12866,14 +12866,14 @@ This software is unmaintained, and new projects should use @code{boto3} instead. ;; are compatible. (package (name "python-botocore") - (version "1.19.22") + (version "1.20.69") (source (origin (method url-fetch) (uri (pypi-uri "botocore" version)) (sha256 (base32 - "0iim86x7c6hqmvd61ygz6x6x9glnsfbnyzv2y67qjdcdx8jpkmw7")))) + "10k0vg39psz4vccpig8nz2d7nmmm0lxpwhrb50yy7v33fxvx753y")))) (build-system python-build-system) (arguments ;; FIXME: Many tests are failing. -- 2.31.1