gnu: emacs-mct: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-mct): Update to 0.5.1.
This commit is contained in:
parent
4931af898e
commit
b74cd58692
1 changed files with 2 additions and 2 deletions
|
@ -1152,14 +1152,14 @@ (define-public emacs-magit-annex
|
|||
(define-public emacs-mct
|
||||
(package
|
||||
(name "emacs-mct")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/protesilaos/mct")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0714n5nim0hyd5jywvvddka2gi2bhi1vkrbhx75mdn8h50r688kq"))
|
||||
(base32 "0vmlss546z0x8y26cxb1iis926pwjfv466gwm0clb8jfqkvr0qmh"))
|
||||
(file-name (git-file-name name version))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue