Archived
1
0
Fork 0

gnu: emacs-mmm-mode: Update to 0.5.8.

* gnu/packages/emacs-xyz.scm (emacs-mmm-mode): Update to 0.5.8.
[source]: Use GNU ELPA repository instead of GitHub.
[build-system]: Switch to emacs-build-system.
[native-inputs]: Remove.
This commit is contained in:
Nicolas Goaziou 2020-06-06 16:17:04 +02:00
parent 49b4a062f9
commit ba209becc6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2247,28 +2247,20 @@ window).")
(define-public emacs-mmm-mode (define-public emacs-mmm-mode
(package (package
(name "emacs-mmm-mode") (name "emacs-mmm-mode")
(version "0.5.7") (version "0.5.8")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://elpa.gnu.org/packages/"
(url "https://github.com/purcell/mmm-mode.git") "mmm-mode-" version ".tar"))
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "05ckf4zapdpvnd3sqpw6kxaa567zh536a36m9qzx3sqyjbyn5fb4"))))
"0lxd55yhz0ag7v1ydff55bg4h8snq5lbk8cjwxqpyq6gh4v7md1h")))) (build-system emacs-build-system)
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("emacs" ,emacs-minimal)
("texinfo" ,texinfo-5))) ;fails to build with Texinfo 6.7
(home-page "https://github.com/purcell/mmm-mode") (home-page "https://github.com/purcell/mmm-mode")
(synopsis "Allow multiple major modes in an Emacs buffer") (synopsis "Allow multiple major modes in an Emacs buffer")
(description (description
"MMM Mode is a minor mode that allows multiple major modes to coexist in a "MMM Mode is a minor mode that allows multiple major modes to coexist in
single buffer.") a single buffer.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-mmt (define-public emacs-mmt