mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add emacs-ahg.
* gnu/packages/emacs-xyz.scm (emacs-ahg): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5058605d51
commit
d65bcea6e3
1 changed files with 24 additions and 0 deletions
|
@ -1704,6 +1704,30 @@ (define-public emacs-ace-jump-mode
|
|||
directly.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ahg
|
||||
;; No tags; commit from 2021-04-12.
|
||||
(let ((commit "77bc2a628df006dcd2dc359ac12acdf8091a1356")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-ahg")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://bitbucket.org/agriggio/ahg")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wmvz9d40aznqh2y078v8k7n3l66m48vnf873vifi8rwg6158kqh"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://bitbucket.org/agriggio/ahg")
|
||||
(synopsis "Emacs front-end for the Mercurial SCM")
|
||||
(description
|
||||
"This packages provides a simple Emacs front-end for the Mercurial
|
||||
Distributed @acronym{Source Control Management, SCM} system.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-anaphora
|
||||
(package
|
||||
(name "emacs-anaphora")
|
||||
|
|
Loading…
Reference in a new issue