[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: Add python-mando-0.3.1
From: |
Ludovic Courtès |
Subject: |
01/04: gnu: Add python-mando-0.3.1 |
Date: |
Mon, 3 Apr 2017 18:12:48 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b98d4ec0aaab744ad3452cc57f9598db58a0e352
Author: Muriithi Frederick Muriuki <address@hidden>
Date: Sat Apr 1 15:56:23 2017 +0300
gnu: Add python-mando-0.3.1
* gnu/packages/python.scm (python-mando-0.3.1): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/python.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f3f3a1c..e9ccc7d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13947,3 +13947,20 @@ recognize TestCases.")
(define-public python2-mando
(package-with-python2 python-mando))
+
+(define-public python-mando-0.3.1
+ ;; python-radon (version 1.5.0) has a requirement
+ ;; for mando<0.4,>=0.3
+ (package
+ (inherit python-mando)
+ (name "python-mando")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/rubik/mando/archive/v"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "17jlkdpqw22z1nyml5ybslilqkzmnk0dxxjml8bfghav1l5hbwd2"))))))