[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-marginalia: Update to 0.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-marginalia: Update to 0.6. |
Date: |
Sun, 30 May 2021 07:11:31 -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 13df9f8 gnu: emacs-marginalia: Update to 0.6.
13df9f8 is described below
commit 13df9f880302291418729f0ee26e6f86fbb58b03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 30 13:11:01 2021 +0200
gnu: emacs-marginalia: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.6.
---
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 3d54624..efdc1cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7792,7 +7792,7 @@ list of candidates.")
(define-public emacs-marginalia
(package
(name "emacs-marginalia")
- (version "0.5")
+ (version "0.6")
(source
(origin
(method git-fetch)
@@ -7801,7 +7801,7 @@ list of candidates.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "07vfidgq9am07zz2ydhdifmp4jmgs9jn5l1nfqiyp16sd1br6czj"))))
+ (base32 "1lisns2vghmqlg8wiv6jy15cfgnc8j83khz0vfnmrjwgcmjw3bbz"))))
(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.6.,
guix-commits <=