gnu: emacs-with-editor: Update to 2.5.1.

* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.1.
This commit is contained in:
Alex Kost 2016-04-25 19:16:01 +03:00
parent edf6015c7d
commit ffefa3da1a

View file

@ -354,7 +354,7 @@ (define-public git-modes
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "2.5.0")
(version "2.5.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -363,7 +363,7 @@ (define-public emacs-with-editor
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"19gb381z61l2icg5v5pymgi1a11g3zdp5aysl2j5fh7fxxg4d4c0"))))
"1lqm0msc9lzb05ys96bsx8bf2y1qrw27dh5h6qz8lf5i4cbhflw2"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))