Archived
1
0
Fork 0

gnu: emacs-sml-mode: Update to 6.11.

* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.11.
This commit is contained in:
Nicolas Goaziou 2023-01-29 15:23:12 +01:00
parent d8b499dafb
commit a792fb8b97
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23672,14 +23672,14 @@ modes of SLIME.")
(define-public emacs-sml-mode
(package
(name "emacs-sml-mode")
(version "6.10")
(version "6.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
version ".el"))
(sha256
(base32 "01yf0s474r9xhj6nbs14ljn9ccxb5yy758i17c8nmgmqvm8fx7sb"))))
(base32 "05vga709kphbx6jacqh57cq5gyicwrxxf81gask5lbq7vzfzlbfc"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/sml-mode.html")
(synopsis "Major mode for editing (Standard) ML")