gnu: python-3.8: Fix indentation.

* gnu/packages/python.scm (python-3.8): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2020-10-21 22:12:48 -04:00
parent a8650a70ab
commit 44b0ffcf00
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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