mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: emacs-magit: Update to 3.2.0.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.0.
This commit is contained in:
parent
9634f7f42e
commit
c044940a67
1 changed files with 2 additions and 2 deletions
|
@ -736,7 +736,7 @@ (define-public emacs-libgit
|
|||
(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 @@ (define-public emacs-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
|
||||
|
|
Loading…
Reference in a new issue