gnu: emacs-s: Update to 1.12.0.

* gnu/packages/emacs.scm (emacs-s): Update to 1.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Kyle Meyer 2017-10-27 23:59:06 -04:00 committed by Ludovic Courtès
parent c54a8fdf90
commit 4e4255849d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1630,7 +1630,7 @@ (define-public emacs-undo-tree
(define-public emacs-s
(package
(name "emacs-s")
(version "1.11.0")
(version "1.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1639,7 +1639,7 @@ (define-public emacs-s
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0krq5nz3llfx0vwdqn18pmq777ja0fac185w0h9qymppb1j1hvc2"))))
"0xbl75863pcm806zg0x1lw7qznzjq2c8320k8js7apyag8q4srvh"))))
(build-system emacs-build-system)
(arguments
`(#:phases