guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-cachecontrol: Correct parentheses.


From: Ben Woodcroft
Subject: 01/01: gnu: python-cachecontrol: Correct parentheses.
Date: Sun, 11 Sep 2016 01:33:17 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit dd4476214c585f3ecf8157212d6eca1f637ef831
Author: Ben Woodcroft <address@hidden>
Date:   Sun Sep 11 11:30:54 2016 +1000

    gnu: python-cachecontrol: Correct parentheses.
    
    This commit is a follow-up to 'b30565b'.
    
    * gnu/packages/python.scm (python-cachecontrol): Correct parentheses.
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8c36145..8b9273c 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]