gnu: emacs-sml-mode: Update to 6.10.
* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.10.master
parent
f4db0a7b20
commit
88a4ec2ce6
|
@ -14686,14 +14686,14 @@ modes of SLIME.")
|
||||||
(define-public emacs-sml-mode
|
(define-public emacs-sml-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-sml-mode")
|
(name "emacs-sml-mode")
|
||||||
(version "6.9")
|
(version "6.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
|
(uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
|
||||||
version ".el"))
|
version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bdg9ywpvj85hxqah9w1raxlcrhkyx67nw22jwd1bd5j0fhmgqij"))))
|
(base32 "01yf0s474r9xhj6nbs14ljn9ccxb5yy758i17c8nmgmqvm8fx7sb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/sml-mode.html")
|
(home-page "https://elpa.gnu.org/packages/sml-mode.html")
|
||||||
(synopsis "Major mode for editing (Standard) ML")
|
(synopsis "Major mode for editing (Standard) ML")
|
||||||
|
|
Reference in New Issue