mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: emacs-magit: Update to 4.1.0.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.1.0. Change-Id: Ia5c4c57ec3e2a9814fed482a19fb8bb1cb5bf6f2
This commit is contained in:
parent
d6db229e34
commit
146ce48e13
1 changed files with 2 additions and 2 deletions
|
@ -1720,7 +1720,7 @@ (define-public emacs-llm
|
|||
(define-public emacs-magit
|
||||
(package
|
||||
(name "emacs-magit")
|
||||
(version "4.0.0")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1729,7 +1729,7 @@ (define-public emacs-magit
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xfwli031hk2c0f6gj6f5f7bd9awyq70dl2a1z8k2a1j9msg1s6k"))))
|
||||
(base32 "09spm0r62y2n5kws3gl400wcci7q0a2gfq9lyx1z58gr6zj0b868"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue