mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit: Update to 4.3.8.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.8. Change-Id: I62dfed4e16c78e21f4a6f1834ccd5be4669144de Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
0eb7f3d989
commit
3795345f95
1 changed files with 2 additions and 2 deletions
|
@ -2074,7 +2074,7 @@ before interacting with non-free LLMs.")
|
|||
(define-public emacs-magit
|
||||
(package
|
||||
(name "emacs-magit")
|
||||
(version "4.3.6")
|
||||
(version "4.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2083,7 +2083,7 @@ before interacting with non-free LLMs.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gc6b1hclrpgyp2xccz980k2zg9ix6cyym11wxq6pjr8x8kl1j93"))))
|
||||
(base32 "0y5151flgsxb1cv123kkj4v74xs5s6sh7ycq00gqc7bm0n09lcdb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue