gnu: emacs-sly: Update to 20200903.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200903.
This commit is contained in:
parent
219e0a497e
commit
086ae88000
1 changed files with 3 additions and 3 deletions
|
@ -8774,9 +8774,9 @@ (define-public emacs-cider
|
||||||
;; There hasn't been a tag or release since 2016, so we take the latest
|
;; There hasn't been a tag or release since 2016, so we take the latest
|
||||||
;; commit.
|
;; commit.
|
||||||
(define-public emacs-sly
|
(define-public emacs-sly
|
||||||
(let ((commit "6a2f543cb21f14104c2253af5a1427b884a987ae")
|
(let ((commit "8e22c1f62667434ec1acd1e0c6b7ec1c22dc0958")
|
||||||
;; Update together with sbcl-slynk-boot0.
|
;; Update together with sbcl-slynk-boot0.
|
||||||
(revision "5"))
|
(revision "6"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-sly")
|
(name "emacs-sly")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
|
@ -8789,7 +8789,7 @@ (define-public emacs-sly
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wbpg9p9yg2hd62l15pvy50fk3hndq5zzyqlyyf04g368s895144"))))
|
"09wyqixsn7k889i54amf8bwjg6iyirp89xmcrgfwal010kh1ixcl"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Loading…
Reference in a new issue