[PATCH] gnu: emacs-vc-hgcmd: Update to 1.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Xinglu Chen
Owner
unassigned
Submitted by
Xinglu Chen
Severity
normal
X
X
Xinglu Chen wrote on 9 Jun 2021 23:47
(address . guix-patches@gnu.org)
407d775fda614d6951da380308c0269474cafcfd.1623274958.git.public@yoctocell.xyz
* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d954ec5bd..6c65a2a699 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -405,7 +405,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
(define-public emacs-vc-hgcmd
(package
(name "emacs-vc-hgcmd")
- (version "1.13")
+ (version "1.14")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -414,7 +414,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
(file-name (git-file-name name version))
(sha256
(base32
- "14c2brvw6vnf1h3lbpap4jh5d7mjnzxrbny4jk77832v09mj2ria"))))
+ "1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78"))))
(build-system emacs-build-system)
(home-page "https://github.com/muffinmad/emacs-vc-hgcmd")
(synopsis "Version control (VC) backend for the Mercurial command server")

base-commit: ac886034020b11b647f893116824f7d7b998ce82
--
2.32.0
N
N
Nicolas Goaziou wrote on 12 Jun 2021 22:36
(name . Xinglu Chen)(address . public@yoctocell.xyz)(address . 48939-done@debbugs.gnu.org)
87fsxmstus.fsf@nicolasgoaziou.fr
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?