mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-2.7: Rename to "python2".
* gnu/packages/python.scm (python-2.7)[name]: Change to "python2".
This commit is contained in:
parent
07380d10f5
commit
a7714d42de
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ (define-module (gnu packages python)
|
|||
|
||||
(define-public python-2.7
|
||||
(package
|
||||
(name "python")
|
||||
(name "python2")
|
||||
(version "2.7.14")
|
||||
(source
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue