me
/
guix
Archived
1
0
Fork 0

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>
master
Aleksandr Vityazev 2021-12-05 18:13:00 +00:00 committed by Nicolas Goaziou
parent b4e97063ba
commit 23e1f3e4f6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -11331,12 +11331,12 @@ CIDER).")
(define-public emacs-sly
;; Update together with sbcl-slynk.
(let ((commit "fb84318c08f59bc786e047006fc81e2ace568309"))
(let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
;; Versions are not always tagged. Besides, latest master contains
;; important fixes.
(package
(name "emacs-sly")
(version (git-version "1.0.43" "4" commit))
(version (git-version "1.0.43" "5" commit))
(source
(origin
(method git-fetch)
@ -11346,7 +11346,7 @@ CIDER).")
(file-name (git-file-name name version))
(sha256
(base32
"0z123k9ak7yjb9bxb5qx48f33ma8066rhkqh8xc14z7shk75jybj"))))
"1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))