gnu: guile-next: Update to 2.9.5.
* gnu/packages/guile.scm (guile-next): Update to 2.9.5.
This commit is contained in:
parent
f6bf4b2c85
commit
efafbc6667
1 changed files with 2 additions and 2 deletions
|
@ -276,14 +276,14 @@ (define-public guile-next
|
||||||
(package
|
(package
|
||||||
(inherit guile-2.2)
|
(inherit guile-2.2)
|
||||||
(name "guile-next")
|
(name "guile-next")
|
||||||
(version "2.9.4")
|
(version "2.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source guile-2.2))
|
(inherit (package-source guile-2.2))
|
||||||
(uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-"
|
(uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1milviqhipyfx400pqhngxpxyajalzwmp597dxn5514pkk0g7v0p"))))
|
"1db91mhvphzmiyw6f41ks9haysphygngv400ivgqf23lg22wn5zr"))))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "GUILE_LOAD_PATH")
|
(variable "GUILE_LOAD_PATH")
|
||||||
|
|
Loading…
Reference in a new issue