gnu: cl-slime-swank: Update to 2.28.
* gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.28.
This commit is contained in:
parent
7e21652b41
commit
5ea9788b58
1 changed files with 3 additions and 3 deletions
|
@ -3237,16 +3237,16 @@ writing code that contains string literals that contain code themselves.")
|
||||||
(define-public sbcl-slime-swank
|
(define-public sbcl-slime-swank
|
||||||
(package
|
(package
|
||||||
(name "sbcl-slime-swank")
|
(name "sbcl-slime-swank")
|
||||||
(version "2.27")
|
(version "2.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(file-name (git-file-name "slime-swank" version))
|
(file-name (git-file-name "cl-slime-swank" version))
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/slime/slime/")
|
(url "https://github.com/slime/slime/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s5mbljlz22pb90gwbd380nighkz6gdxl77hc08gri7wwr5gy5n2"))
|
(base32 "1acmm4w1mv1qzpnkgc4wyiilbx8l0dk16sx8wv815ri5ks289rll"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; The doc folder drags `gawk' into the closure. Doc is already
|
;; The doc folder drags `gawk' into the closure. Doc is already
|
||||||
|
|
Reference in a new issue