gnu: python-cachecontrol: Update to 0.12.10.
* gnu/packages/python-web.scm (python-cachecontrol): Update to 0.12.10.
This commit is contained in:
parent
0be48040dc
commit
f0be3ddadf
1 changed files with 2 additions and 2 deletions
|
@ -3153,7 +3153,7 @@ (define-public python2-url
|
|||
(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 @@ (define-public python-cachecontrol
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue