mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: guile: Remove version 2.0.13.
This package was unused since 0991fd5336
.
* gnu/packages/guile.scm (guile-2.0.13): Remove.
This commit is contained in:
parent
528ea990c3
commit
329c3c323e
1 changed files with 0 additions and 14 deletions
|
@ -213,20 +213,6 @@ (define-public guile-2.0
|
||||||
(home-page "https://www.gnu.org/software/guile/")
|
(home-page "https://www.gnu.org/software/guile/")
|
||||||
(license license:lgpl3+)))
|
(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
|
(define-public guile-2.2
|
||||||
(package (inherit guile-2.0)
|
(package (inherit guile-2.0)
|
||||||
(name "guile")
|
(name "guile")
|
||||||
|
|
Loading…
Reference in a new issue