Merge remote-tracking branch 'origin/master' into staging

This commit is contained in:
Maxim Cournoyer 2022-12-12 09:02:49 -05:00
commit f184be73de
No known key found for this signature in database
GPG key ID: 1260E46482E63562
169 changed files with 395474 additions and 148865 deletions

View file

@ -1419,7 +1419,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)
@ -1428,7 +1428,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))