mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ data types.")
|
||||||
(properties `((superseded . ,python-2)))))
|
(properties `((superseded . ,python-2)))))
|
||||||
|
|
||||||
(define-public python-3.8
|
(define-public python-3.8
|
||||||
(package (inherit python-2)
|
(package
|
||||||
|
(inherit python-2)
|
||||||
(name "python")
|
(name "python")
|
||||||
(version "3.8.5")
|
(version "3.8.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue