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

* gnu/packages/emacs-xyz.scm (emacs-mmm-mode): Update to 0.5.11.

Change-Id: Ia3216fb551570cc5d364759b48bafc94d0780b6d
This commit is contained in:
Nicolas Goaziou 2024-02-22 12:26:33 +01:00
parent e6d51873d6
commit 37671b3dcd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5340,14 +5340,14 @@ mode buffers.")
(define-public emacs-mmm-mode
(package
(name "emacs-mmm-mode")
(version "0.5.10")
(version "0.5.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"mmm-mode-" version ".tar"))
(sha256
(base32 "1ny9gm87qah4qy0iphw2nlhz2pfc87hzzsv58lrxl18gr69qhndi"))))
(base32 "07pda4bvvcmdwkwh8dnfqgvhkdni2wjgps1094kn1j5c9j254741"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/mmm-mode")
(synopsis "Allow multiple major modes in an Emacs buffer")