guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-marginalia: Update to 0.7.


From: guix-commits
Subject: branch master updated: gnu: emacs-marginalia: Update to 0.7.
Date: Mon, 21 Jun 2021 02:10:51 -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 a7495b0  gnu: emacs-marginalia: Update to 0.7.
a7495b0 is described below

commit a7495b04b5c606c900ceb76202fdeb5785dea0f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 21 08:10:05 2021 +0200

    gnu: emacs-marginalia: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.7.
---
 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 046a861..e73ebfa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8031,7 +8031,7 @@ list of candidates.")
 (define-public emacs-marginalia
   (package
     (name "emacs-marginalia")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
@@ -8040,7 +8040,7 @@ list of candidates.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lisns2vghmqlg8wiv6jy15cfgnc8j83khz0vfnmrjwgcmjw3bbz"))))
+        (base32 "0yn6dybvsdhr37hnadmbfqi7pf7scxr9z6a6ghsqbrghycddd0mc"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/marginalia";)
     (synopsis "Marginalia in the minibuffer completions")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]