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

* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.2.
This commit is contained in:
Alex Kost 2016-08-26 10:28:22 +03:00
parent 8930fe62f0
commit 480d6b1b22
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

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