gnu: emacs-sly: Update to 1.0.43-5.0470c02
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-5.0470c02. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b4e97063ba
commit
23e1f3e4f6
1 changed files with 3 additions and 3 deletions
|
@ -11331,12 +11331,12 @@ CIDER).")
|
||||||
|
|
||||||
(define-public emacs-sly
|
(define-public emacs-sly
|
||||||
;; Update together with sbcl-slynk.
|
;; Update together with sbcl-slynk.
|
||||||
(let ((commit "fb84318c08f59bc786e047006fc81e2ace568309"))
|
(let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
|
||||||
;; Versions are not always tagged. Besides, latest master contains
|
;; Versions are not always tagged. Besides, latest master contains
|
||||||
;; important fixes.
|
;; important fixes.
|
||||||
(package
|
(package
|
||||||
(name "emacs-sly")
|
(name "emacs-sly")
|
||||||
(version (git-version "1.0.43" "4" commit))
|
(version (git-version "1.0.43" "5" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11346,7 +11346,7 @@ CIDER).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z123k9ak7yjb9bxb5qx48f33ma8066rhkqh8xc14z7shk75jybj"))))
|
"1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Reference in a new issue