mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: guile: Add 2.2.4.
* gnu/packages/guile.scm (guile-2.2.4): New variable.
This commit is contained in:
parent
0cf2b6f2db
commit
8400d097bd
1 changed files with 11 additions and 0 deletions
|
@ -258,6 +258,17 @@ (define-public guile-2.2/fixed
|
|||
(timeout . 72000) ;20 hours
|
||||
(max-silent-time . 36000))))) ;10 hours (needed on ARM
|
||||
; when heavily loaded)
|
||||
(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-next
|
||||
;; This is the upcoming Guile 3.0, with JIT support.
|
||||
|
|
Loading…
Reference in a new issue