gnu: emacs-mct: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-mct): Update to 0.5.0.master
parent
3c37c92851
commit
59892f1055
|
@ -997,14 +997,14 @@ process, passing on the arguments as command line arguments.")
|
||||||
(define-public emacs-mct
|
(define-public emacs-mct
|
||||||
(package
|
(package
|
||||||
(name "emacs-mct")
|
(name "emacs-mct")
|
||||||
(version "0.4.2")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/protesilaos/mct")
|
(url "https://gitlab.com/protesilaos/mct")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sj9hyxpighspwrm2yimqkdxlhw2yiznaj69ysn2sjd6jn2aqpc6"))
|
(base32 "0714n5nim0hyd5jywvvddka2gi2bhi1vkrbhx75mdn8h50r688kq"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://protesilaos.com/emacs/mct")
|
(home-page "https://protesilaos.com/emacs/mct")
|
||||||
|
|
Reference in New Issue