gnu: emacs-vc-hgcmd: Update to 1.14.1.

* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1.
This commit is contained in:
Nicolas Goaziou 2021-10-22 00:17:50 +02:00
parent fae6c8a2a2
commit a84960f337
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -457,16 +457,16 @@ (define-public emacs-geiser-chez
(define-public emacs-vc-hgcmd
(package
(name "emacs-vc-hgcmd")
(version "1.14")
(source (origin
(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
"1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78"))))
(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")