summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-07 15:22:06 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-02-07 15:34:09 +0100
commit0a2d977ac1dc351bbf9d01b0523b7f673088c2ed (patch)
tree341776519f7f44524f323e935d742f46c3a86780
parent5861f9c9d685c0f7921c7cf118e02c9d4b094485 (diff)
downloadguix-patches-0a2d977ac1dc351bbf9d01b0523b7f673088c2ed.tar
guix-patches-0a2d977ac1dc351bbf9d01b0523b7f673088c2ed.tar.gz
gnu: python-mando: Remove version 0.3.1.
* gnu/packages/python.scm (python-mando-0.3.1): Remove variable.
-rw-r--r--gnu/packages/python.scm17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e5fe4f6f75..5a477e8cb6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")