mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: emacs-sly: Update to 20201125.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20201125.
This commit is contained in:
parent
e4bd4dd7a8
commit
ae3c7e7d27
1 changed files with 4 additions and 4 deletions
|
@ -9332,9 +9332,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 "8e22c1f62667434ec1acd1e0c6b7ec1c22dc0958")
|
(let ((commit "68561f1b7b66fa0240766ece836bb04da31ea17d")
|
||||||
;; Update together with sbcl-slynk-boot0.
|
;; Update together with sbcl-slynk.
|
||||||
(revision "6"))
|
(revision "7"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-sly")
|
(name "emacs-sly")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
|
@ -9347,7 +9347,7 @@ (define-public emacs-sly
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09wyqixsn7k889i54amf8bwjg6iyirp89xmcrgfwal010kh1ixcl"))))
|
"1xwx537dhgclngi6b0faf320i8pnac9309wvmk6z2g6dm3v652ds"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Loading…
Reference in a new issue