summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-12-21 14:55:51 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-10 11:44:45 -0500
commitf0be3ddadfeb8a25f372f4740b6ac5c7b9932a81 (patch)
tree3549173f0ab65c35d823c95bb940f98514968939 /gnu/packages/python-web.scm
parent0be48040dc30a07ee810d28d3c4011530910c502 (diff)
downloadguix-patches-f0be3ddadfeb8a25f372f4740b6ac5c7b9932a81.tar
guix-patches-f0be3ddadfeb8a25f372f4740b6ac5c7b9932a81.tar.gz
gnu: python-cachecontrol: Update to 0.12.10.
* gnu/packages/python-web.scm (python-cachecontrol): Update to 0.12.10.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 253b68e02c..c8c793e30d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3153,7 +3153,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
(define-public python-cachecontrol
(package
(name "python-cachecontrol")
- (version "0.12.5")
+ (version "0.12.10")
(source
(origin
(method git-fetch)
@@ -3164,7 +3164,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
(file-name (git-file-name name version))
(sha256
(base32
- "03lgc65sl04n0cgzmmgg99bk83f9i6k8yrmcd4hpl46q1pymn0kz"))))
+ "0fviacb13h72l5c77p35lgr6kvlidfdb9xsicg3v6lblmp9cn2ws"))))
(build-system python-build-system)
(arguments
;; Versions > 0.11.6 depend on CherryPy for testing.