diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-18 14:19:38 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-18 18:52:28 +0200 |
commit | 5a930bbffc48435b177a6f95b99d593d17205886 (patch) | |
tree | 03af796e12374725b7411cf221d486df77213664 | |
parent | 7934b12ca5d9d76564dc18654ae8aef046225556 (diff) | |
download | guix-5a930bbffc48435b177a6f95b99d593d17205886.tar.gz guix-5a930bbffc48435b177a6f95b99d593d17205886.zip |
gnu: eisl: Update to 2.63.
* gnu/packages/lisp.scm (eisl): Update to 2.63.
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 77706c88ae..5ed53eccc1 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1359,7 +1359,7 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.") (define-public eisl (package (name "eisl") - (version "2.62") + (version "2.63") (source (origin (method git-fetch) @@ -1368,7 +1368,7 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0yqzj64h9z4dlf2jz5chy6l6lggd4scgsd06crvfi9h1j1cxjvgi")))) + (base32 "01fwffk71c1cvq7pf50xwpl2a32rbghcymllg67wvm07yfw3gi0q")))) (build-system gnu-build-system) (inputs (list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) |