gnu: python-3.8: Fix indentation.
* gnu/packages/python.scm (python-3.8): Fix indentation.
This commit is contained in:
parent
a8650a70ab
commit
44b0ffcf00
1 changed files with 29 additions and 28 deletions
|
@ -362,7 +362,8 @@ (define-public python2-called-python
|
|||
(properties `((superseded . ,python-2)))))
|
||||
|
||||
(define-public python-3.8
|
||||
(package (inherit python-2)
|
||||
(package
|
||||
(inherit python-2)
|
||||
(name "python")
|
||||
(version "3.8.5")
|
||||
(source (origin
|
||||
|
|
Loading…
Reference in a new issue