mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove guile-2.2.4.
* gnu/packages/guile.scm (guile-2.2.4): Delete variable. Change-Id: I2ab82f43417149a7e942eb3ee7ee19b5235bca36
This commit is contained in:
parent
b5ffb58562
commit
b1ca13ffb8
1 changed files with 0 additions and 12 deletions
|
@ -334,18 +334,6 @@ without requiring the source code to be rewritten.")
|
|||
(variable "GUILE_LOAD_COMPILED_PATH")
|
||||
(files '("lib/guile/2.2/site-ccache")))))))
|
||||
|
||||
(define-public guile-2.2.4
|
||||
(package
|
||||
(inherit guile-2.2)
|
||||
(version "2.2.4")
|
||||
(source (origin
|
||||
(inherit (package-source guile-2.2))
|
||||
(uri (string-append "mirror://gnu/guile/guile-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r"))))))
|
||||
|
||||
(define-public guile-3.0
|
||||
;; This is the latest Guile stable version.
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue