diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-11-29 18:10:11 +0000 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-12-01 13:24:16 +0300 |
commit | 842a11f1caa1bb929c427722ad9d7b7c1ff65727 (patch) | |
tree | 0fdf79666ce8100e231d8e88cc65c16a3b684244 | |
parent | efe1a9c9ac21c944287e6ec50b57a9f2c5db588e (diff) |
gnu: emacs-magit: Update to 3.3.0-7.dda332b.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-7.dda332b.
Copyright-paperwork-exempt: Yes
Change-Id: Icb119958ec806f96ebe18567492a9611c56572e1
Signed-off-by: Andrew Tropin <andrew@trop.in>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 996142dc3e..53784a46a8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1512,8 +1512,8 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.") (define-public emacs-magit ;; 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")) + (let ((commit "dda332b2a41569f5fd8c0c2c3c2dab902d48ceb4") + (revision "7")) (package (name "emacs-magit") (version (git-version "3.3.0" revision commit)) @@ -1525,7 +1525,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1yn3v24w0sx6r8jqw8blfvyjdjfz5xa7c3x8p6xw1lj7b81l8i0l")))) + (base32 "14vqfykfzddpfka7s3pmlh3yvbfd1rpjhab4g9dinz9hn48dwb06")))) (build-system emacs-build-system) (arguments (list |