apteryx pushed a commit to branch master
in repository guix.

commit 67c705f481b25488789f42eaf3ddd8ca821b71f1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 5 00:10:07 2023 -0400

    gnu: emacs-magit: Update to 3.3.0-5.186414a.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-5.186414a.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
    Reviewed-by: Andrew Tropin <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d89b3caf53..55a2ffa53c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1442,8 +1442,10 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
       (license license:gpl2+))))
 
 (define-public emacs-magit
-  (let ((commit "a760dd107843a8fb632e647f6ba9ed34d7c2dd45")
-        (revision "4"))
+    ;; Use this unreleased commit to benefit from a recent change needed to
+    ;; add Reviewed-by: tags for any contributor in commit messages.
+  (let ((commit "186414ae418a07a46c413f05c68413a76256a05e")
+        (revision "5"))
     (package
       (name "emacs-magit")
       (version (git-version "3.3.0" revision commit))
@@ -1455,7 +1457,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0pqw171xi9vrlm0jkz53bhl18z2vnycn2bynb7lh6g5zgppkzdy0"))))
+          (base32 "0rhsbcjfjw0z3vy2ix30y4h55c0cx4lyvz6mbijwbbjryln71kpj"))))
       (build-system emacs-build-system)
       (arguments
        (list

Reply via email to