3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-18 00:54:42 +01:00
parent f4db0a7b20
commit 88a4ec2ce6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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