gnu: guile-next: Update to 2.9.6.

* gnu/packages/guile.scm (guile-next): Update to 2.9.6.
This commit is contained in:
Ludovic Courtès 2019-12-08 00:47:07 +01:00
parent e7d45693d9
commit 629a53844b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -276,14 +276,14 @@ (define-public guile-next
(package
(inherit guile-2.2)
(name "guile-next")
(version "2.9.5")
(version "2.9.6")
(source (origin
(inherit (package-source guile-2.2))
(uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-"
version ".tar.xz"))
(sha256
(base32
"1db91mhvphzmiyw6f41ks9haysphygngv400ivgqf23lg22wn5zr"))))
"09rihg5bhzhdk6hfkpav6ajny69dflabgvnm8r7lran723gy5vbf"))))
(native-search-paths
(list (search-path-specification
(variable "GUILE_LOAD_PATH")