guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: python-mando: Remove version 0.3.1.


From: Marius Bakke
Subject: 08/08: gnu: python-mando: Remove version 0.3.1.
Date: Wed, 7 Feb 2018 09:34:58 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0a2d977ac1dc351bbf9d01b0523b7f673088c2ed
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 7 15:22:06 2018 +0100

    gnu: python-mando: Remove version 0.3.1.
    
    * gnu/packages/python.scm (python-mando-0.3.1): Remove variable.
---
 gnu/packages/python.scm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e5fe4f6..5a477e8 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")



reply via email to

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