guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: guile: Remove version 2.0.13.


From: guix-commits
Subject: 05/08: gnu: guile: Remove version 2.0.13.
Date: Sat, 30 Mar 2019 10:19:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 329c3c323e32f3f97c452ee4455934fe57a18ff0
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 14:37:11 2019 +0100

    gnu: guile: Remove version 2.0.13.
    
    This package was unused since 0991fd53367907908fbd901a9fbe79540e4e4527.
    
    * gnu/packages/guile.scm (guile-2.0.13): Remove.
---
 gnu/packages/guile.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 5903bca..d4dd10b 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -213,20 +213,6 @@ without requiring the source code to be rewritten.")
    (home-page "https://www.gnu.org/software/guile/";)
    (license license:lgpl3+)))
 
-(define-public guile-2.0.13
-  ;; For testing a "minimal" Guix
-  (hidden-package
-   (package (inherit guile-2.0)
-     (name "guile")
-     (version "2.0.13")
-     (source (origin
-               (method url-fetch)
-               (uri (string-append "mirror://gnu/guile/guile-" version
-                                   ".tar.xz"))
-               (sha256
-                (base32
-                 "12yqkr974y91ylgw6jnmci2v90i90s7h9vxa4zk0sai8vjnz4i1p")))))))
-
 (define-public guile-2.2
   (package (inherit guile-2.0)
     (name "guile")



reply via email to

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