me
/
guix
Archived
1
0
Fork 0

gnu: Add python-mando-0.3.1

* gnu/packages/python.scm (python-mando-0.3.1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Muriithi Frederick Muriuki 2017-04-01 15:56:23 +03:00 committed by Ludovic Courtès
parent b4dcfce51b
commit b98d4ec0aa
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 17 additions and 0 deletions

View File

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