diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-09-05 00:10:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-09-05 19:50:42 -0400 |
commit | 67c705f481b25488789f42eaf3ddd8ca821b71f1 (patch) | |
tree | 89afbd738e5e0203f8eded70cc98b949f350499d | |
parent | 8ad5aac4831e3d523107f6a7dd75218ab58dfca6 (diff) | |
download | guix-67c705f481b25488789f42eaf3ddd8ca821b71f1.tar.gz guix-67c705f481b25488789f42eaf3ddd8ca821b71f1.zip |
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 <maxim.cournoyer@gmail.com>
Reviewed-by: Andrew Tropin <andrew@trop.in>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files 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 |