diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-06-09 23:47:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-12 22:32:35 +0200 |
commit | ebbc5ba9e6bf177e0569d4940fe30c47e40c5182 (patch) | |
tree | 64e8a88360a98d61ff7fd1fc675c7d4ab49132a7 /gnu | |
parent | 5907b84d5ebb8480aac0168ea4223f00732b2a0e (diff) | |
download | guix-ebbc5ba9e6bf177e0569d4940fe30c47e40c5182.tar.gz guix-ebbc5ba9e6bf177e0569d4940fe30c47e40c5182.zip |
gnu: emacs-vc-hgcmd: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9c8cf74af5..2039d997f3 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") |