* [bug#50001] [PATCH] gnu: Add emacs-ahg.
@ 2021-08-11 10:05 Xinglu Chen
2021-08-15 5:56 ` bug#50001: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-08-11 10:05 UTC (permalink / raw)
To: 50001
* gnu/packages/emacs-xyz.scm (emacs-ahg): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 172d620adc..679a9b9906 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1702,6 +1702,31 @@ view. This allows you to move to the character, word, or line almost
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. Its
+aims are simplicity and ease of use.")
+ (license license:gpl3+))))
+
(define-public emacs-anaphora
(package
(name "emacs-anaphora")
base-commit: 2730ed9a0e905c4d8b9303f1454620a648822b21
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50001: [PATCH] gnu: Add emacs-ahg.
2021-08-11 10:05 [bug#50001] [PATCH] gnu: Add emacs-ahg Xinglu Chen
@ 2021-08-15 5:56 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-08-15 5:56 UTC (permalink / raw)
To: Xinglu Chen; +Cc: 50001-done
Hello,
Xinglu Chen <public@yoctocell.xyz> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ahg): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-15 5:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-11 10:05 [bug#50001] [PATCH] gnu: Add emacs-ahg Xinglu Chen
2021-08-15 5:56 ` bug#50001: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.