me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.12.
master
Nicolas Goaziou 2023-04-16 14:16:01 +02:00
parent dd96432db7
commit 4851c170f9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24522,14 +24522,14 @@ modes of SLIME.")
(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")