guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-3.6: Restore name to "python".


From: ???
Subject: 01/01: gnu: python-3.6: Restore name to "python".
Date: Sat, 17 Mar 2018 05:18:36 -0400 (EDT)

iyzsong pushed a commit to branch core-updates
in repository guix.

commit b4d0cf40f2b0ef03e7f5b5a705d76a019bd270c3
Author: 宋文武 <address@hidden>
Date:   Sat Mar 17 17:13:47 2018 +0800

    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.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b57a861..6639e6c 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)



reply via email to

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