mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit: Update to 4.3.2.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.2. Change-Id: Ifbfd0e81d2437b209a1aa6c6868517b9f81900cb Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
c88f98bb3c
commit
23cf15a5f9
1 changed files with 2 additions and 2 deletions
|
@ -1905,7 +1905,7 @@ before interacting with non-free LLMs.")
|
|||
(define-public emacs-magit
|
||||
(package
|
||||
(name "emacs-magit")
|
||||
(version "4.3.1")
|
||||
(version "4.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1914,7 +1914,7 @@ before interacting with non-free LLMs.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07harzpyqrskx4xslj4xa1w1d0sza13zw5z0nam9kagi72cklvjv"))))
|
||||
(base32 "0k15p39r5jikin86r5wsf5z9jsaica01f4s4sbwczikjjpfpq9r8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue