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

* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.10.
This commit is contained in:
Alex Kost 2017-02-01 12:52:14 +03:00
parent 1e458a430d
commit 3e27581887
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 2 additions and 2 deletions

View File

@ -402,7 +402,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "2.5.9")
(version "2.5.10")
(source (origin
(method url-fetch)
(uri (string-append
@ -411,7 +411,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0znfznyqr360ryi7za9szbz1l5236v2cig25s4k7kkw0w8828xzh"))))
"0lsxa1hghybkzvqhqvvym3hxbyp9vjcnnpb9j800z0vyhbnlka67"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))