diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-16 21:58:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-16 21:58:08 +0100 |
commit | a7714d42de2c3082f3609d1e63c83d703fb39cf9 (patch) | |
tree | 19f8bccf079d6f0c35a6cd937d621c0881f1d23d | |
parent | 07380d10f5099808469c6a802a26220eb3aa89cd (diff) | |
download | gnu-guix-a7714d42de2c3082f3609d1e63c83d703fb39cf9.tar gnu-guix-a7714d42de2c3082f3609d1e63c83d703fb39cf9.tar.gz |
gnu: python-2.7: Rename to "python2".
* gnu/packages/python.scm (python-2.7)[name]: Change to "python2".
-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 4484a59986..4ee9804f5e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -138,7 +138,7 @@ (define-public python-2.7 (package - (name "python") + (name "python2") (version "2.7.14") (source (origin |