diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-09-11 11:30:54 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-09-11 11:32:45 +1000 |
commit | dd4476214c585f3ecf8157212d6eca1f637ef831 (patch) | |
tree | a1c61a0411343b6504b031574fcdf43c4f0e6fe3 /gnu/packages/python.scm | |
parent | b30565bd8ab311e41b6169090f8cbbb61d408d36 (diff) | |
download | guix-dd4476214c585f3ecf8157212d6eca1f637ef831.tar guix-dd4476214c585f3ecf8157212d6eca1f637ef831.tar.gz |
gnu: python-cachecontrol: Correct parentheses.
This commit is a follow-up to 'b30565b'.
* gnu/packages/python.scm (python-cachecontrol): Correct parentheses.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8c361456b6..8b9273cd41 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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)))) |