mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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>
This commit is contained in:
parent
b15041f323
commit
495a1acc7b
1 changed files with 2 additions and 2 deletions
|
@ -1769,7 +1769,7 @@ (define-public emacs-llm
|
|||
(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 @@ (define-public emacs-magit
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ckjq068728wwfm4fv0z4rrdmrj09zvarip2s5rqdr8ny722dxfn"))))
|
||||
(base32 "0nggfqywxdnnzaw4vqn1m6h8qklyp7cwbaxxsnkr5pjcwn5nz69v"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue