rekahsoft-gnu/packages/emacs-xyz.scm: Add up-to-date version of emacs-ace-link
This commit is contained in:
parent
abffdcff72
commit
329621ca05
@ -595,3 +595,21 @@ See perspective.el on github: https://github.com/nex3/perspective-el
|
||||
(description
|
||||
"Helm interface for ripgrep.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-ace-link-2021-01-1
|
||||
(let ((commit "298f02f7dd117f9ec01f6aa2a2ddfecae0efb7f4")
|
||||
(revision "1"))
|
||||
(package
|
||||
(inherit emacs-ace-link)
|
||||
(name "emacs-ace-link-2021-01-1")
|
||||
(version (git-version "0.5.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/abo-abo/ace-link")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i243wfwrbxn00sh96248lpqfb7cvxqqwlc78nf8kim4ymylpp41")))))))
|
||||
|
Loading…
Reference in New Issue
Block a user