guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-magit: Update to 3.3.0-4.a760dd1.


From: guix-commits
Subject: 02/03: gnu: emacs-magit: Update to 3.3.0-4.a760dd1.
Date: Mon, 20 Mar 2023 21:20:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b019c16b037f26e520f881e2f99863ba6e36d782
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 20 20:23:51 2023 -0400

    gnu: emacs-magit: Update to 3.3.0-4.a760dd1.
    
    This update resolves a problem where configuring a remote would result in 
the
    error "Symbol’s function definition is void:
    transient--with-suspended-override".
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-4.a760dd1.
---
 gnu/packages/emacs-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bac7164611..f75732ad0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1261,8 +1261,8 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
       (license license:gpl2+))))
 
 (define-public emacs-magit
-  (let ((commit "2c91c080a8e2f35e3b036a2f6b8011fa897d23a1")
-        (revision "3"))
+  (let ((commit "a760dd107843a8fb632e647f6ba9ed34d7c2dd45")
+        (revision "4"))
     (package
       (name "emacs-magit")
       (version (git-version "3.3.0" revision commit))
@@ -1274,7 +1274,7 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "00ibnr76nfyf4fff3ga324d7dbqnsb4crlxgr94npiy8rsclaszp"))))
+          (base32 "0pqw171xi9vrlm0jkz53bhl18z2vnycn2bynb7lh6g5zgppkzdy0"))))
       (build-system emacs-build-system)
       (arguments
        (list
@@ -1329,7 +1329,9 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
       (inputs
        (list git perl))
       (propagated-inputs
-       (list emacs-dash emacs-with-editor emacs-compat))
+       ;; Note: the 'git-commit' and 'magit-section' dependencies are part of
+       ;; magit itself.
+       (list emacs-compat emacs-dash emacs-transient emacs-with-editor))
       (home-page "https://magit.vc/";)
       (synopsis "Emacs interface for the Git version control system")
       (description



reply via email to

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