gnu: emacs-sml-mode: Update to 6.10.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 17 Feb 2020 23:54:42 +0000 (00:54 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 18 Feb 2020 00:26:07 +0000 (01:26 +0100)
* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.10.

gnu/packages/emacs-xyz.scm

index f632bdd..40f604d 100644 (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")