[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-marginalia: Update to 0.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-marginalia: Update to 0.9. |
Date: |
Mon, 11 Oct 2021 12:08:57 -0400 |
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 601d997 gnu: emacs-marginalia: Update to 0.9.
601d997 is described below
commit 601d9972de5bc25dc522bd59f5547bacd4d5678b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 11 18:08:22 2021 +0200
gnu: emacs-marginalia: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.9.
---
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 3c9d046..c3ae10c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8380,7 +8380,7 @@ and present results either as single emails or full
trees.")
(define-public emacs-marginalia
(package
(name "emacs-marginalia")
- (version "0.8")
+ (version "0.9")
(source
(origin
(method git-fetch)
@@ -8389,7 +8389,7 @@ and present results either as single emails or full
trees.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1d6xbidxcxd5gxs5cjxbx1i1wdcmgdnn3hh7fxz0sgf1gaxyp5kv"))))
+ (base32 "19l3fwh6phd17rssxk30v2380bs04x7w6cb3hjy4mx7vkc7w6ymv"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/marginalia")
(synopsis "Marginalia in the minibuffer completions")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-marginalia: Update to 0.9.,
guix-commits <=