diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2018-03-17 17:13:47 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2018-03-17 17:17:33 +0800 |
commit | b4d0cf40f2b0ef03e7f5b5a705d76a019bd270c3 (patch) | |
tree | 7573e71247e6a4263c7101e16b94d20d202bbc7d | |
parent | 5a5b36322d1d45f9df08bc0059d8d249f48fcda2 (diff) | |
download | patches-b4d0cf40f2b0ef03e7f5b5a705d76a019bd270c3.tar patches-b4d0cf40f2b0ef03e7f5b5a705d76a019bd270c3.tar.gz |
gnu: python-3.6: Restore name to "python".
The inherited name was changed from "python" to "python2" with commit
a7714d42, restore it.
* gnu/packages/python.scm (python)[name]: New field.
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b57a861988..6639e6c9e3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -338,6 +338,7 @@ data types.") (define-public python-3.6 (package (inherit python-2) + (name "python") (version "3.6.4") (source (origin (method url-fetch) |