3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-mando: Remove version 0.3.1.

* gnu/packages/python.scm (python-mando-0.3.1): Remove variable.
This commit is contained in:
Marius Bakke 2018-02-07 15:22:06 +01:00
parent 5861f9c9d6
commit 0a2d977ac1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10851,23 +10851,6 @@ applications in seconds while maintaining all the flexibility.")
(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"))))))
(define-public python-fudge
(package
(name "python-fudge")