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.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-marginalia: Update to 0.4.
Date: Wed, 17 Mar 2021 09:33:00 -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 d79d63e  gnu: emacs-marginalia: Update to 0.4.
d79d63e is described below

commit d79d63e7829d53f6a501d8df7e264ff70033abca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 17 14:32:45 2021 +0100

    gnu: emacs-marginalia: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.4.
---
 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 bedfd61..ca65f5c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7359,7 +7359,7 @@ list of candidates.")
 (define-public emacs-marginalia
   (package
     (name "emacs-marginalia")
-    (version "0.3")
+    (version "0.4")
     (source
      (origin
        (method git-fetch)
@@ -7368,7 +7368,7 @@ list of candidates.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qihw1vq9sysrl6ha23ggycp0n2n1dx1ajkaqfm5vmv8480al07i"))))
+        (base32 "0piwzxp1zmwp876kyca0xcgyxgn8bn4wh5fnn88dkvdzi8mcgmkh"))))
     (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]