gnu: emacs-magit: Update to 4.0.0.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.0.0. Change-Id: If67ede62dff66ffc75d1b981663889f7096907d0 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
58ec5800c2
commit
dfd50380da
@ -143,6 +143,7 @@
|
||||
;;; Copyright © 2024 Noé Lopez <noelopez@free.fr>
|
||||
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
|
||||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
@ -1677,20 +1678,18 @@ before interacting with non-free LLMs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-magit
|
||||
(let ((commit "538cb2f90b5fdd04fcaacd537834f4f3c8c0720f")
|
||||
(revision "8"))
|
||||
(package
|
||||
(name "emacs-magit")
|
||||
(version (git-version "3.3.0" revision commit))
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/magit/magit")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vzqy82ai8w0k283bij45k49pq4v3xy4yyy5gd24ba713y03327f"))))
|
||||
(base32 "0xfwli031hk2c0f6gj6f5f7bd9awyq70dl2a1z8k2a1j9msg1s6k"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@ -1764,7 +1763,7 @@ with Emacs. You can review and commit the changes you have made to
|
||||
the tracked files, for example, and you can browse the history of past
|
||||
changes. There is support for cherry picking, reverting, merging,
|
||||
rebasing, and other common Git operations.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-magit-svn
|
||||
(package
|
||||
|
Loading…
x
Reference in New Issue
Block a user