gnu: emacs-vc-hgcmd: Update to 1.14.1.
* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1.master
parent
fae6c8a2a2
commit
a84960f337
|
@ -457,16 +457,16 @@ 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.14")
|
(version "1.14.1")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/muffinmad/emacs-vc-hgcmd")
|
(url "https://github.com/muffinmad/emacs-vc-hgcmd")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1nlaicza4ds325827ks5gb7zn0nc536k2chq8jwbq34ybvxi93wj"))))
|
||||||
"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 New Issue