diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-09-30 13:20:17 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-11-19 15:00:54 +0100 |
commit | 4cf15f15c16ecdaff461dbd39722fa1ea6b208f0 (patch) | |
tree | e16416c9c01eab18bdac35ef5dd6a1a06555d316 | |
parent | d634792e7694dda5e4ae12de085c32947c599ec3 (diff) |
gnu: eisl: Update to 5.36.
* gnu/packages/lisp.scm (eisl): Update to 5.36.
Change-Id: I4abd9282b5e7bf2131f4c8c544eee8103246faf2
-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 294451fae3..4661c30479 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -710,7 +710,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.") (define-public eisl (package (name "eisl") - (version "4.00") + (version "5.36") (source (origin (method git-fetch) @@ -719,7 +719,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0bksy893hvhxn308h3vfj4k0pb7ryizn74lmcswxdk7jmyfccdx1")))) + (base32 "1i3gnfccds4g1pknns8jqmjy3x48jys3k2hs4lnd7wq4i5k2ihg7")))) (build-system gnu-build-system) (inputs (list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) |