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 4.1.3.


From: guix-commits
Subject: 02/03: gnu: emacs-magit: Update to 4.1.3.
Date: Thu, 19 Dec 2024 01:38:09 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 495a1acc7b6030d7b0c2d96098709d216ac45334
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Thu Dec 12 09:29:57 2024 +0100

    gnu: emacs-magit: Update to 4.1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.1.3.
    
    Change-Id: Ic645c3febe0290907c1838425c899981c1428c2e
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 481da902e3..14baf656c6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1769,7 +1769,7 @@ before interacting with non-free LLMs.")
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "4.1.1")
+    (version "4.1.3")
     (source
      (origin
        (method git-fetch)
@@ -1778,7 +1778,7 @@ before interacting with non-free LLMs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ckjq068728wwfm4fv0z4rrdmrj09zvarip2s5rqdr8ny722dxfn"))))
+        (base32 "0nggfqywxdnnzaw4vqn1m6h8qklyp7cwbaxxsnkr5pjcwn5nz69v"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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