diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:17 +0100 |
commit | 729eabc6ae8aae32584408f6bbd4526ad21e3476 (patch) | |
tree | 15a4f5efda8a2fa897a23244fa002f116d3b3879 /gnu | |
parent | 7116cc6f66b1e3ce7947927f9d173a2883814ff5 (diff) |
gnu: emacs-magit: Update to 3.3.0-2.c883fab.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-2.c883fab.
Diffstat (limited to 'gnu')
-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 645bfa851b..1fe7fa20d1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1166,8 +1166,8 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.") (license license:gpl3+)))) (define-public emacs-magit - (let ((commit "b908c79b44f5c282eec44f19fc1d9967f041dd5c") - (revision "1")) + (let ((commit "c883fabe28a74d59d996cbef3f742874f3459bc0") + (revision "2")) (package (name "emacs-magit") (version (git-version "3.3.0" revision commit)) @@ -1179,7 +1179,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1wybli5xrxkn8b7d7nm7h44avip9pjc24ig73hh15xg2wjm90zzc")))) + (base32 "0cq2bgny5jac1n9h7hp0pkipil41sf079h2qh5rh7bj0085dc7wv")))) (build-system emacs-build-system) (arguments (list |