mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit: Update to 4.3.0.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0. [propagated-inputs]: Add emacs-llama, and remove emacs-dash. Change-Id: I7a7f24c066b01ceee24f9638f85105d4dc7827a6 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
2dc6dd6f7e
commit
ab06abacc2
1 changed files with 3 additions and 3 deletions
|
@ -1823,7 +1823,7 @@ before interacting with non-free LLMs.")
|
||||||
(define-public emacs-magit
|
(define-public emacs-magit
|
||||||
(package
|
(package
|
||||||
(name "emacs-magit")
|
(name "emacs-magit")
|
||||||
(version "4.2.0")
|
(version "4.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1832,7 +1832,7 @@ before interacting with non-free LLMs.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zmrd6xlrvlr0i1a75xwlknmyx4hvpfxaqjkl61n12gd8598ji1j"))))
|
(base32 "1xz68154qmik4xs3ldl1gv87rb3famgd73k0174xbsr48d40ccyg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1897,7 +1897,7 @@ before interacting with non-free LLMs.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Note: the 'git-commit' and 'magit-section' dependencies are part of
|
;; Note: the 'git-commit' and 'magit-section' dependencies are part of
|
||||||
;; magit itself.
|
;; magit itself.
|
||||||
(list emacs-compat emacs-dash emacs-transient emacs-with-editor))
|
(list emacs-compat emacs-transient emacs-with-editor emacs-llama))
|
||||||
(home-page "https://magit.vc/")
|
(home-page "https://magit.vc/")
|
||||||
(synopsis "Emacs interface for the Git version control system")
|
(synopsis "Emacs interface for the Git version control system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue