GNU bug report logs -
#65751
[PATCH 0/2] Update emacs-magit to 3.3.0-5.186414a.
Previous Next
Full log
Message #11 received at 65751 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-5.186414a.
---
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 c3652c703c..e7a98a2ee4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1441,8 +1441,10 @@ (define-public emacs-libgit
(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))
@@ -1454,7 +1456,7 @@ (define-public emacs-magit
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pqw171xi9vrlm0jkz53bhl18z2vnycn2bynb7lh6g5zgppkzdy0"))))
+ (base32 "0rhsbcjfjw0z3vy2ix30y4h55c0cx4lyvz6mbijwbbjryln71kpj"))))
(build-system emacs-build-system)
(arguments
(list
--
2.41.0
This bug report was last modified 1 year and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.