gnu: emacs-magit: Update to 3.1.1.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
be36896470
commit
aa93197e15
1 changed files with 3 additions and 2 deletions
|
@ -100,6 +100,7 @@
|
||||||
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2021 David Dashyan <mail@davie.li>
|
;;; Copyright © 2021 David Dashyan <mail@davie.li>
|
||||||
;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev>
|
;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev>
|
||||||
|
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -731,7 +732,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
|
||||||
(define-public emacs-magit
|
(define-public emacs-magit
|
||||||
(package
|
(package
|
||||||
(name "emacs-magit")
|
(name "emacs-magit")
|
||||||
(version "3.0.0")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -740,7 +741,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
|
||||||
(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 "0dbp3gx43ipxv8zg9m0hfhksz85rnkikaq35rx705qqz6xq6xq9m"))))
|
(base32 "0sn4iiicmqfqmvi7zwii6qdp35k09kqn36rpalv0w1i4jcm6j9kk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs-no-x ;module support is required
|
`(#:emacs ,emacs-no-x ;module support is required
|
||||||
|
|
Reference in a new issue