guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-magit: Update to 3.3.0-6.7a1d503.


From: guix-commits
Subject: branch master updated: gnu: emacs-magit: Update to 3.3.0-6.7a1d503.
Date: Mon, 11 Sep 2023 23:51:00 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new daeeaa2216 gnu: emacs-magit: Update to 3.3.0-6.7a1d503.
daeeaa2216 is described below

commit daeeaa221605726d8853b00261619ba039bd6db7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 11 23:48:19 2023 -0400

    gnu: emacs-magit: Update to 3.3.0-6.7a1d503.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-6.7a1d503.
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6063dc8958..a4c6f45feb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1464,10 +1464,10 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
       (license license:gpl2+))))
 
 (define-public emacs-magit
-    ;; 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"))
+    ;; Use this unreleased commit to benefit from a recent improvements with
+    ;; regard to adding git trailers such as "Reviewed-by".
+  (let ((commit "7a1d50347086678217cf90a32dda277b76ea3081")
+        (revision "6"))
     (package
       (name "emacs-magit")
       (version (git-version "3.3.0" revision commit))
@@ -1479,7 +1479,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0rhsbcjfjw0z3vy2ix30y4h55c0cx4lyvz6mbijwbbjryln71kpj"))))
+          (base32 "1yn3v24w0sx6r8jqw8blfvyjdjfz5xa7c3x8p6xw1lj7b81l8i0l"))))
       (build-system emacs-build-system)
       (arguments
        (list



reply via email to

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