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


From: guix-commits
Subject: branch master updated: gnu: emacs-marginalia: Update to 0.11.
Date: Sun, 02 Jan 2022 05:05:38 -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 26a19cd3b1 gnu: emacs-marginalia: Update to 0.11.
26a19cd3b1 is described below

commit 26a19cd3b168f547c437be58b5b6653fecd97665
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 2 11:04:49 2022 +0100

    gnu: emacs-marginalia: Update to 0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.11.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0b13aca6a8..ee5a4b0c60 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8262,10 +8262,10 @@ and present results either as single emails or full 
trees.")
 (define-public emacs-marginalia
   ;; Upstream did not tag latest release.  The commit below matches version
   ;; bump.
-  (let ((commit "2dbad0b166d6dc76862697bb25b95d34c1703acc"))
+  (let ((commit "9229d88ae4757f3439e81f51799758c009838cb4"))
     (package
       (name "emacs-marginalia")
-      (version "0.10")
+      (version "0.11")
       (source
        (origin
          (method git-fetch)
@@ -8274,7 +8274,7 @@ and present results either as single emails or full 
trees.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0xb0w7fxbmwbq2mdhs7xrf8z6x6qmkq68p1fv08wb4ksvphyvz5h"))))
+          (base32 "0gaqybj52skqcmxcx6k3zmw6lznzlr1fjvlaraic9m6n85xkvzki"))))
       (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]