me
/
guix
Archived
1
0
Fork 0

gnu: emacs-magit: Update to 3.2.1.

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.1.
Nicolas Goaziou 2021-08-07 09:08:36 +02:00
parent fd45f8b0c3
commit 9dce1e2398
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -781,7 +781,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(define-public emacs-magit
(package
(name "emacs-magit")
(version "3.2.0")
(version "3.2.1")
(source
(origin
(method git-fetch)
@ -790,7 +790,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 "1ig4yzvd9hzvajjc46wk2g4xyg1ign92wgasa4wgn4hh878i3r1y"))))
(base32 "179mgh8l5p7fhfmbg5rz810mhbzsxqsxd66jdb2a68vsazs1jw2m"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs-no-x ;module support is required