gnu: emacs-evil-anzu: Update to 0.03-0.d1e98ee.
* gnu/packages/emacs-xyz.scm (emacs-evil-anzu): Update to 0.03-0.d1e98ee. [source, home-page]: Use “https://github.com/emacsorphanage/evil-anzu”. Change-Id: Iff78e22c6a3c0c90e1dc4c24700bfc9e499dd132 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
2a638e0bbc
commit
ddf920e371
1 changed files with 22 additions and 19 deletions
|
@ -22281,26 +22281,29 @@ protocol for PureScript programming language. It features:
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-evil-anzu
|
(define-public emacs-evil-anzu
|
||||||
|
;; No release since January 2015
|
||||||
|
(let ((commit "d1e98ee6976437164627542909a25c6946497899")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-anzu")
|
(name "emacs-evil-anzu")
|
||||||
(version "0.03")
|
(version (git-version "0.03" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/syohex/emacs-evil-anzu")
|
(url "https://github.com/emacsorphanage/evil-anzu")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"))))
|
(base32 "1i8f360lq5a32knkzbwdw10ql9cxsmgfd4iiwnr7vcwacm34zq88"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list emacs-evil emacs-anzu))
|
||||||
(list emacs-evil emacs-anzu))
|
(home-page "https://github.com/emacsorphanage/evil-anzu")
|
||||||
(home-page "https://github.com/syohex/emacs-evil-anzu")
|
|
||||||
(synopsis "Anzu for evil-mode")
|
(synopsis "Anzu for evil-mode")
|
||||||
(description "@code{anzu} provides a minor mode that displays the current
|
(description
|
||||||
|
"@code{anzu} provides a minor mode that displays the current
|
||||||
match and total match information in the mode-line in various search modes.")
|
match and total match information in the mode-line in various search modes.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-pg
|
(define-public emacs-pg
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue