diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-10-22 00:17:50 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-10-22 00:17:50 +0200 |
commit | a84960f3371bc77ebddeefbbb007de623cf44a22 (patch) | |
tree | 1c8a49b1b28335ad9fced72f80d9c2a5b540027b | |
parent | fae6c8a2a2ef427189159540f731940a8a80b9c4 (diff) | |
download | guix-a84960f3371bc77ebddeefbbb007de623cf44a22.tar.gz guix-a84960f3371bc77ebddeefbbb007de623cf44a22.zip |
gnu: emacs-vc-hgcmd: Update to 1.14.1.
* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5604e4d007..0fc1b7871c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -457,16 +457,16 @@ a generic Scheme interaction mode for the GNU Emacs editor.") (define-public emacs-vc-hgcmd (package (name "emacs-vc-hgcmd") - (version "1.14") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/muffinmad/emacs-vc-hgcmd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78")))) + (version "1.14.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/muffinmad/emacs-vc-hgcmd") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1nlaicza4ds325827ks5gb7zn0nc536k2chq8jwbq34ybvxi93wj")))) (build-system emacs-build-system) (home-page "https://github.com/muffinmad/emacs-vc-hgcmd") (synopsis "Version control (VC) backend for the Mercurial command server") |