mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sly: Update to 20230327.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20230327.
This commit is contained in:
parent
fbb70bbc17
commit
cda4e08fe2
1 changed files with 3 additions and 3 deletions
|
@ -14296,8 +14296,8 @@ e.g., the expression you've just evaluated would briefly flash and so on.")
|
||||||
|
|
||||||
(define-public emacs-sly
|
(define-public emacs-sly
|
||||||
;; Update together with sbcl-slynk.
|
;; Update together with sbcl-slynk.
|
||||||
(let ((commit "4513c382f07a2a2cedb3c046231b69eae2f5e6f0")
|
(let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
|
||||||
(revision "6"))
|
(revision "7"))
|
||||||
;; Versions are not always tagged. Besides, latest master contains
|
;; Versions are not always tagged. Besides, latest master contains
|
||||||
;; important fixes.
|
;; important fixes.
|
||||||
(package
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10bzxhi5d7h18hqclxqy2z857d0sfbsnyxvrhmfkdi0h75zz7m4n"))))
|
"0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue