mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 83 additions and 84 deletions
|
@ -143,6 +143,7 @@
|
||||||
;;; Copyright © 2024 Noé Lopez <noelopez@free.fr>
|
;;; Copyright © 2024 Noé Lopez <noelopez@free.fr>
|
||||||
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||||
;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@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.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -1677,20 +1678,18 @@ before interacting with non-free LLMs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-magit
|
(define-public emacs-magit
|
||||||
(let ((commit "538cb2f90b5fdd04fcaacd537834f4f3c8c0720f")
|
|
||||||
(revision "8"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-magit")
|
(name "emacs-magit")
|
||||||
(version (git-version "3.3.0" revision commit))
|
(version "4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/magit/magit")
|
(url "https://github.com/magit/magit")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vzqy82ai8w0k283bij45k49pq4v3xy4yyy5gd24ba713y03327f"))))
|
(base32 "0xfwli031hk2c0f6gj6f5f7bd9awyq70dl2a1z8k2a1j9msg1s6k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(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
|
the tracked files, for example, and you can browse the history of past
|
||||||
changes. There is support for cherry picking, reverting, merging,
|
changes. There is support for cherry picking, reverting, merging,
|
||||||
rebasing, and other common Git operations.")
|
rebasing, and other common Git operations.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-magit-svn
|
(define-public emacs-magit-svn
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue