[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-mct: Update to 0.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-mct: Update to 0.5.0. |
Date: |
Tue, 08 Feb 2022 09:13:37 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 59892f1055 gnu: emacs-mct: Update to 0.5.0.
59892f1055 is described below
commit 59892f105585a98bcaaa4abc99142944cb171acf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 8 15:12:43 2022 +0100
gnu: emacs-mct: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-mct): Update to 0.5.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9b57b36623..ac20a4adba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-mct: Update to 0.5.0.,
guix-commits <=