mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-sly: Update to 20210204.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20210204.
This commit is contained in:
parent
9b18e56969
commit
1d4122ef5e
1 changed files with 5 additions and 5 deletions
|
@ -9785,12 +9785,12 @@ (define-public emacs-cider
|
|||
|
||||
(define-public emacs-sly
|
||||
;; Update together with sbcl-slynk.
|
||||
(let ((commit "dffdf3caa12e964127d6eb45ba92ac0442cc5a48"))
|
||||
;; Latest stable 1.0.42 is broken:
|
||||
;; https://github.com/joaotavora/sly/issues/394.
|
||||
(let ((commit "602af24d22d4bffa23f6cb906cf86d1684545c2b"))
|
||||
;; Versions are not always tagged. Besides, latest master contains
|
||||
;; important fixes.
|
||||
(package
|
||||
(name "emacs-sly")
|
||||
(version (git-version "1.0.43" "1" commit))
|
||||
(version (git-version "1.0.43" "2" commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9800,7 +9800,7 @@ (define-public emacs-sly
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vv185gz3rkfng5y79dijfnc11p92qdz2kdza05avjbpqfs6l0zn"))))
|
||||
"1z48l0l1y1mhqp45arncfr98zbbipqz54kzl21w05qghn6z4ccp3"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
|
|
Loading…
Reference in a new issue