guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 03ce76718c41b32d174713c945d269d6fcdd8bf1
Author: Kjartan Oli Agustsson <[email protected]>
AuthorDate: Sun Jun 8 16:37:07 2025 +0000

    gnu: emacs-magit: Update to 4.3.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.6.
    
    Change-Id: Ib739dc318358b1fe79d1d213d9e12cc6073492b8
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1fb4a56a57..cc23eaa4bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2091,7 +2091,7 @@ before interacting with non-free LLMs.")
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "4.3.2")
+    (version "4.3.6")
     (source
      (origin
        (method git-fetch)
@@ -2100,7 +2100,7 @@ before interacting with non-free LLMs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k15p39r5jikin86r5wsf5z9jsaica01f4s4sbwczikjjpfpq9r8"))))
+        (base32 "0gc6b1hclrpgyp2xccz980k2zg9ix6cyym11wxq6pjr8x8kl1j93"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to