mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: emacs-sml-mode: Update to 6.12.
* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.12.
This commit is contained in:
parent
dd96432db7
commit
4851c170f9
1 changed files with 2 additions and 2 deletions
|
@ -24522,14 +24522,14 @@ (define-public emacs-slime-company
|
|||
(define-public emacs-sml-mode
|
||||
(package
|
||||
(name "emacs-sml-mode")
|
||||
(version "6.11")
|
||||
(version "6.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "05vga709kphbx6jacqh57cq5gyicwrxxf81gask5lbq7vzfzlbfc"))))
|
||||
(base32 "19wyxsnw60lmjbb7ijislpv9vzk9996rh1b0iw7wyrqszfxy2p20"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/sml-mode.html")
|
||||
(synopsis "Major mode for editing (Standard) ML")
|
||||
|
|
Loading…
Reference in a new issue