gnu: guile-next: Update to 2.9.3.

* gnu/packages/guile.scm (guile-next): Update to 2.9.3.
This commit is contained in:
David Thompson 2019-08-03 08:13:37 -04:00
parent 036feaf9cb
commit 2d0e802f1a
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 21 additions and 23 deletions

View File

@ -300,29 +300,27 @@ without requiring the source code to be rewritten.")
(define-public guile-next (define-public guile-next
;; This is the upcoming Guile 3.0, with JIT support. ;; This is the upcoming Guile 3.0, with JIT support.
(let ((commit "6f3357b0df64c4be17e72079864c09a542f1c779") (package
(revision "1")) (inherit guile-2.2)
(package (name "guile-next")
(inherit guile-2.2) (version "2.9.3")
(name "guile-next") (source (origin
(version "2.9.2") (inherit (package-source guile-2.2))
(source (origin (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-"
(inherit (package-source guile-2.2)) version ".tar.xz"))
(uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-" (sha256
version ".tar.xz")) (base32
(sha256 "14990wcpysgw58kij03wbgiggmi5z94jmy7wdcqnn6ny7cimkkgr"))))
(base32 (native-search-paths
"1w358df2wmcyzk2ziqrj2zhwqisaqraqfa3008ay23nf1a7bw0z4")))) (list (search-path-specification
(native-search-paths (variable "GUILE_LOAD_PATH")
(list (search-path-specification (files '("share/guile/site/3.0")))
(variable "GUILE_LOAD_PATH") (search-path-specification
(files '("share/guile/site/3.0"))) (variable "GUILE_LOAD_COMPILED_PATH")
(search-path-specification (files '("lib/guile/3.0/site-ccache"
(variable "GUILE_LOAD_COMPILED_PATH") "share/guile/site/3.0")))))
(files '("lib/guile/3.0/site-ccache" (properties '((ftp-server . "alpha.gnu.org")
"share/guile/site/3.0"))))) (upstream-name . "guile")))))
(properties '((ftp-server . "alpha.gnu.org")
(upstream-name . "guile"))))))
(define (make-guile-readline guile) (define (make-guile-readline guile)
(package (package