* gnu/packages/python.scm (python-mando-0.3.1): New variable. --- gnu/packages/python.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0c84d8a..df2928d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13982,3 +13982,16 @@ recognize TestCases.") "This package is a wrapper around argparse, allowing you to write complete CLI applications in seconds while maintaining all the flexibility.") (license license:expat))) + +(define-public python-mando-0.3.1 + (package + (inherit python-mando) + (name "python-mando") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mando" version)) + (sha256 + (base32 + "0hh4irxpga058q496lcilbqfxwiyxxig1bal633s9bk1plfdy7g5")))))) -- 2.10.2