gnu: emacs-slime-company: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-slime-company): Update to 1.6.
This commit is contained in:
parent
53c98cb97d
commit
c7ea1c5121
1 changed files with 2 additions and 2 deletions
|
@ -18108,7 +18108,7 @@ sections for bookmarks, projectil projects, org-agenda and more. ")
|
||||||
(define-public emacs-slime-company
|
(define-public emacs-slime-company
|
||||||
(package
|
(package
|
||||||
(name "emacs-slime-company")
|
(name "emacs-slime-company")
|
||||||
(version "1.1")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18117,7 +18117,7 @@ sections for bookmarks, projectil projects, org-agenda and more. ")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
|
(base32 "05dnnc4ms5c9yp9h65k2gbkg3pw9k38nx5wzlwdlfr4shqmw54w0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-slime" ,emacs-slime)
|
`(("emacs-slime" ,emacs-slime)
|
||||||
|
|
Reference in a new issue