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
|
(define-public emacs-sly
|
||||||
;; Update together with sbcl-slynk.
|
;; Update together with sbcl-slynk.
|
||||||
(let ((commit "dffdf3caa12e964127d6eb45ba92ac0442cc5a48"))
|
(let ((commit "602af24d22d4bffa23f6cb906cf86d1684545c2b"))
|
||||||
;; Latest stable 1.0.42 is broken:
|
;; Versions are not always tagged. Besides, latest master contains
|
||||||
;; https://github.com/joaotavora/sly/issues/394.
|
;; important fixes.
|
||||||
(package
|
(package
|
||||||
(name "emacs-sly")
|
(name "emacs-sly")
|
||||||
(version (git-version "1.0.43" "1" commit))
|
(version (git-version "1.0.43" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9800,7 +9800,7 @@ (define-public emacs-sly
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vv185gz3rkfng5y79dijfnc11p92qdz2kdza05avjbpqfs6l0zn"))))
|
"1z48l0l1y1mhqp45arncfr98zbbipqz54kzl21w05qghn6z4ccp3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Loading…
Reference in a new issue