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 (define-public emacs-vc-hgcmd
(package (package
(name "emacs-vc-hgcmd") (name "emacs-vc-hgcmd")
(version "1.14") (version "1.14.1")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/muffinmad/emacs-vc-hgcmd") (uri (git-reference
(commit (string-append "v" version)))) (url "https://github.com/muffinmad/emacs-vc-hgcmd")
(file-name (git-file-name name version)) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78")))) (base32 "1nlaicza4ds325827ks5gb7zn0nc536k2chq8jwbq34ybvxi93wj"))))
(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")