mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-magit: Update to 4.1.1.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.1.1. Change-Id: Ib79dc4920168cf5a42252825396cd1a3c4e3085d
This commit is contained in:
parent
21613acd8d
commit
797966ac41
1 changed files with 2 additions and 2 deletions
|
@ -1721,7 +1721,7 @@ before interacting with non-free LLMs.")
|
|||
(define-public emacs-magit
|
||||
(package
|
||||
(name "emacs-magit")
|
||||
(version "4.1.0")
|
||||
(version "4.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1730,7 +1730,7 @@ before interacting with non-free LLMs.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09spm0r62y2n5kws3gl400wcci7q0a2gfq9lyx1z58gr6zj0b868"))))
|
||||
(base32 "1ckjq068728wwfm4fv0z4rrdmrj09zvarip2s5rqdr8ny722dxfn"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue