diff options
author | Joeke de Graaf <joeke@posteo.net> | 2022-12-09 21:43:11 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-12-12 11:51:45 +0100 |
commit | ad4bb682d35e2d6246c4b8cd0b2e5396d05bd242 (patch) | |
tree | 117ad6968542613e8a65269caed2b8a169fd5ba7 /gnu | |
parent | 7a1f1a48cb6a4f4be2f78275b2e5138eb751d525 (diff) | |
download | guix-ad4bb682d35e2d6246c4b8cd0b2e5396d05bd242.tar.gz |
gnu: eisl: Update to 2.65.
* gnu/packages/lisp.scm (eisl): Update to 2.65. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-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 339368f363..753952152e 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1420,7 +1420,7 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.") (define-public eisl (package (name "eisl") - (version "2.63") + (version "2.65") (source (origin (method git-fetch) @@ -1429,7 +1429,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 "01fwffk71c1cvq7pf50xwpl2a32rbghcymllg67wvm07yfw3gi0q")))) + (base32 "1cnis1v70k4wmvw1gmvj3l9qajzncaa9ka8rx67vx12bgrr0811g")))) (build-system gnu-build-system) (inputs (list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) |