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>
This commit is contained in:
parent
5907b84d5e
commit
ebbc5ba9e6
1 changed files with 2 additions and 2 deletions
|
@ -405,7 +405,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
|
||||||
(define-public emacs-vc-hgcmd
|
(define-public emacs-vc-hgcmd
|
||||||
(package
|
(package
|
||||||
(name "emacs-vc-hgcmd")
|
(name "emacs-vc-hgcmd")
|
||||||
(version "1.13")
|
(version "1.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -414,7 +414,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14c2brvw6vnf1h3lbpap4jh5d7mjnzxrbny4jk77832v09mj2ria"))))
|
"1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/muffinmad/emacs-vc-hgcmd")
|
(home-page "https://github.com/muffinmad/emacs-vc-hgcmd")
|
||||||
(synopsis "Version control (VC) backend for the Mercurial command server")
|
(synopsis "Version control (VC) backend for the Mercurial command server")
|
||||||
|
|
Reference in a new issue