diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-23 11:30:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-23 11:30:52 +0100 |
commit | efafbc66674be199330434c848ab6b8552efd8c5 (patch) | |
tree | 120040b5c0e5e60ea5938f8f74c013744e5c982e /gnu | |
parent | f6bf4b2c85ea148e735ffa34139dfbdc4edf37e8 (diff) | |
download | gnu-guix-efafbc66674be199330434c848ab6b8552efd8c5.tar gnu-guix-efafbc66674be199330434c848ab6b8552efd8c5.tar.gz |
gnu: guile-next: Update to 2.9.5.
* gnu/packages/guile.scm (guile-next): Update to 2.9.5.
Diffstat (limited to 'gnu')
-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 4419c48d1a..57e9a0aca5 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.4") + (version "2.9.5") (source (origin (inherit (package-source guile-2.2)) (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-" version ".tar.xz")) (sha256 (base32 - "1milviqhipyfx400pqhngxpxyajalzwmp597dxn5514pkk0g7v0p")))) + "1db91mhvphzmiyw6f41ks9haysphygngv400ivgqf23lg22wn5zr")))) (native-search-paths (list (search-path-specification (variable "GUILE_LOAD_PATH") |