me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.10.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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")