gnu: python-mando: Fix indentation.
* gnu/packages/python.scm (python-mando): Indent with emacs.
This commit is contained in:
parent
2aa33bf41b
commit
50c84dd5a6
|
@ -10828,8 +10828,7 @@ in other versions.")
|
||||||
(package
|
(package
|
||||||
(name "python-mando")
|
(name "python-mando")
|
||||||
(version "0.6.4")
|
(version "0.6.4")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mando" version))
|
(uri (pypi-uri "mando" version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -10846,7 +10845,7 @@ in other versions.")
|
||||||
"Wrapper around argparse, allowing creation of complete CLI applications")
|
"Wrapper around argparse, allowing creation of complete CLI applications")
|
||||||
(description
|
(description
|
||||||
"This package is a wrapper around argparse, allowing you to write complete CLI
|
"This package is a wrapper around argparse, allowing you to write complete CLI
|
||||||
applications in seconds while maintaining all the flexibility.")
|
applications in seconds while maintaining all the flexibility.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-mando
|
(define-public python2-mando
|
||||||
|
|
Loading…
Reference in New Issue