mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-slime-company: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-slime-company): Update to 1.7. Change-Id: I28bfbbbd3e37a04ea429de74b5330e4cb1799fe8
This commit is contained in:
parent
f3cd3a9d65
commit
3835aae6c7
1 changed files with 2 additions and 2 deletions
|
@ -28598,7 +28598,7 @@ sections for bookmarks, Projectile projects, Org Agenda and more.")
|
|||
(define-public emacs-slime-company
|
||||
(package
|
||||
(name "emacs-slime-company")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28607,7 +28607,7 @@ sections for bookmarks, Projectile projects, Org Agenda and more.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05dnnc4ms5c9yp9h65k2gbkg3pw9k38nx5wzlwdlfr4shqmw54w0"))))
|
||||
(base32 "1lzl08fadjn58s9r8kcn1m2sj8qpkg230cjx382jkd5h7ahksx1n"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-slime emacs-company))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue