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


From: guix-commits
Subject: branch master updated: gnu: emacs-marginalia: Update to 0.3.
Date: Thu, 11 Feb 2021 17:51:15 -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 af0e516  gnu: emacs-marginalia: Update to 0.3.
af0e516 is described below

commit af0e5164b8ccb392724fe850088aff5a4c91cc9d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 11 23:50:25 2021 +0100

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