guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-sml-mode: Update to 6.9.


From: guix-commits
Subject: 01/03: gnu: emacs-sml-mode: Update to 6.9.
Date: Thu, 9 May 2019 15:18:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34dce89a0c00b547635abbae5cf662739cc1b8cc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 9 15:54:24 2019 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4819367..562572e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11793,15 +11793,14 @@ modes of SLIME.")
 (define-public emacs-sml-mode
   (package
     (name "emacs-sml-mode")
-    (version "6.8")
+    (version "6.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://elpa.gnu.org/packages/sml-mode-";
                            version ".el"))
        (sha256
-        (base32
-         "105fcrz5qp95f2n3fdm3awr6z58sbrjihjss6qnrg4lz2ggbc328"))))
+        (base32 "1bdg9ywpvj85hxqah9w1raxlcrhkyx67nw22jwd1bd5j0fhmgqij"))))
     (build-system emacs-build-system)
     (home-page "http://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]