me
/
guix
Archived
1
0
Fork 0

gnu: emacs-sly: Update to 20230327.

* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20230327.
master
Pierre Neidhardt 2023-04-08 09:55:54 +02:00
parent fbb70bbc17
commit cda4e08fe2
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 3 additions and 3 deletions

View File

@ -14296,8 +14296,8 @@ e.g., the expression you've just evaluated would briefly flash and so on.")
(define-public emacs-sly
;; Update together with sbcl-slynk.
(let ((commit "4513c382f07a2a2cedb3c046231b69eae2f5e6f0")
(revision "6"))
(let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
(revision "7"))
;; Versions are not always tagged. Besides, latest master contains
;; important fixes.
(package
@ -14312,7 +14312,7 @@ e.g., the expression you've just evaluated would briefly flash and so on.")
(file-name (git-file-name name version))
(sha256
(base32
"10bzxhi5d7h18hqclxqy2z857d0sfbsnyxvrhmfkdi0h75zz7m4n"))))
"0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))))
(build-system emacs-build-system)
(native-inputs
(list texinfo))