mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-magit: Update to 3.3.0-8.538cb2f
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-8.538cb2f. A.o. it contains the fix for https://github.com/magit/magit/issues/4940 which is a showstopper. Change-Id: Id83a237d38c03a97f9f1043db4b8ba594521a2f7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
bb1aea46e6
commit
7a2fc32ba2
1 changed files with 3 additions and 5 deletions
|
@ -1681,10 +1681,8 @@ before interacting with non-free LLMs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-magit
|
(define-public emacs-magit
|
||||||
;; Use this unreleased commit to benefit from a recent improvements with
|
(let ((commit "538cb2f90b5fdd04fcaacd537834f4f3c8c0720f")
|
||||||
;; regard to adding git trailers such as "Reviewed-by".
|
(revision "8"))
|
||||||
(let ((commit "dda332b2a41569f5fd8c0c2c3c2dab902d48ceb4")
|
|
||||||
(revision "7"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-magit")
|
(name "emacs-magit")
|
||||||
(version (git-version "3.3.0" revision commit))
|
(version (git-version "3.3.0" revision commit))
|
||||||
|
@ -1696,7 +1694,7 @@ before interacting with non-free LLMs.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14vqfykfzddpfka7s3pmlh3yvbfd1rpjhab4g9dinz9hn48dwb06"))))
|
(base32 "1vzqy82ai8w0k283bij45k49pq4v3xy4yyy5gd24ba713y03327f"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue