guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/5] gnu: Add python-mando-0.3.1


From: Muriithi Frederick Muriuki
Subject: [PATCH 1/5] gnu: Add python-mando-0.3.1
Date: Sun, 26 Mar 2017 12:56:30 +0300

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]