me
/
guix
Archived
1
0
Fork 0

gnu: emacs-magit: Update to 3.2.0.

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.0.
Nicolas Goaziou 2021-08-01 20:56:05 +02:00
parent 9634f7f42e
commit c044940a67
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -736,7 +736,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(define-public emacs-magit
(package
(name "emacs-magit")
(version "3.1.1")
(version "3.2.0")
(source
(origin
(method git-fetch)
@ -745,7 +745,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0sn4iiicmqfqmvi7zwii6qdp35k09kqn36rpalv0w1i4jcm6j9kk"))))
(base32 "1ig4yzvd9hzvajjc46wk2g4xyg1ign92wgasa4wgn4hh878i3r1y"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs-no-x ;module support is required