mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-cachecontrol: Correct parentheses.
This commit is a follow-up to 'b30565b'. * gnu/packages/python.scm (python-cachecontrol): Correct parentheses.
This commit is contained in:
parent
b30565bd8a
commit
dd4476214c
1 changed files with 1 additions and 1 deletions
|
@ -10319,7 +10319,7 @@ (define-public python-cachecontrol
|
|||
(description "CacheControl is a port of the caching algorithms in
|
||||
@code{httplib2} for use with @code{requests} session objects.")
|
||||
(license license:asl2.0)
|
||||
(properties `((python2-variant . ,(delay python2-cachecontrol)))
|
||||
(properties `((python2-variant . ,(delay python2-cachecontrol))))))
|
||||
|
||||
(define-public python2-cachecontrol
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-cachecontrol))))
|
||||
|
|
Loading…
Reference in a new issue