me
/
guix
Archived
1
0
Fork 0

gnu: emacs-mct: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-mct): Update to 0.5.0.
master
Nicolas Goaziou 2022-02-08 15:12:43 +01:00
parent 3c37c92851
commit 59892f1055
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -997,14 +997,14 @@ process, passing on the arguments as command line arguments.")
(define-public emacs-mct
(package
(name "emacs-mct")
(version "0.4.2")
(version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/protesilaos/mct")
(commit version)))
(sha256
(base32 "0sj9hyxpighspwrm2yimqkdxlhw2yiznaj69ysn2sjd6jn2aqpc6"))
(base32 "0714n5nim0hyd5jywvvddka2gi2bhi1vkrbhx75mdn8h50r688kq"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://protesilaos.com/emacs/mct")