guix-devel
[Top][All Lists]
Advanced

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

[PATCH 2/5] gnu: Fix the definition of python2-pyflakes-0.8.1.


From: Cyril Roelandt
Subject: [PATCH 2/5] gnu: Fix the definition of python2-pyflakes-0.8.1.
Date: Thu, 17 Sep 2015 16:23:46 +0200

* gnu/packages/python.scm (python2-pyflakes-0.8.1): Fix the definition.
---
 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 1818993..0f94a54 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4497,7 +4497,7 @@ complexity of Python source code.")
             "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"))))))
 
 (define-public python2-pyflakes-0.8.1
-  (package-with-python2 python-pyflakes))
+  (package-with-python2 python-pyflakes-0.8.1))
 
 (define-public python-flake8
   (package
-- 
2.1.4




reply via email to

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