~ruther/guix-local

dd4476214c585f3ecf8157212d6eca1f637ef831 — Ben Woodcroft 9 years ago b30565b
gnu: python-cachecontrol: Correct parentheses.

This commit is a follow-up to 'b30565b'.

* gnu/packages/python.scm (python-cachecontrol): Correct parentheses.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 10319,7 10319,7 @@ Python to manipulate OpenDocument 1.2 files.")
    (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))))