diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-12-08 00:47:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-08 00:47:26 +0100 |
commit | 629a53844bc38242703b911360d9bebf43683e13 (patch) | |
tree | 47782637f669095c7e349dd2699df0e9335aa45c | |
parent | e7d45693d979fdb88dc6eed2a67797c4f8c4b420 (diff) | |
download | patches-629a53844bc38242703b911360d9bebf43683e13.tar patches-629a53844bc38242703b911360d9bebf43683e13.tar.gz |
gnu: guile-next: Update to 2.9.6.
* gnu/packages/guile.scm (guile-next): Update to 2.9.6.
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 6526ad2a56..33968996e6 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -276,14 +276,14 @@ without requiring the source code to be rewritten.") (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") |