guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: emacs-sml-mode: Update to 6.10.


From: guix-commits
Subject: 09/11: gnu: emacs-sml-mode: Update to 6.10.
Date: Mon, 17 Feb 2020 19:26:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 88a4ec2ce6f9ae6ca5603a07969f9abbb6d675e3
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Feb 18 00:54:42 2020 +0100

    gnu: emacs-sml-mode: Update to 6.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.10.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f632bdd..40f604d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]