From d2722be98bef2f2244713a080bf4cc2434947594 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Tue, 11 May 2021 00:11:53 -0700 Subject: [PATCH 53/55] python-oauth2client: upgrade to latest (4.1.3) --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7dd3184a69..af33cc25d1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3719,14 +3719,14 @@ users' sessions over extended periods of time.") (define-public python-oauth2client (package (name "python-oauth2client") - (version "4.0.0") + (version "4.1.3") (source (origin (method url-fetch) (uri (pypi-uri "oauth2client" version)) (sha256 (base32 - "1irqqap2zibysf8dba8sklfqikia579srd0phm5n754ni0h59gl0")))) + "1inc3j4hjhjvadn78xd2pwmkmmxcv5q6vlm4d2azd1qj8lg791nl")))) (build-system python-build-system) (arguments `(#:tests? #f)) -- 2.31.1