mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
1e458a430d
commit
3e27581887
1 changed files with 2 additions and 2 deletions
|
@ -402,7 +402,7 @@ (define-public git-modes
|
|||
(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 @@ (define-public emacs-with-editor
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0znfznyqr360ryi7za9szbz1l5236v2cig25s4k7kkw0w8828xzh"))))
|
||||
"0lsxa1hghybkzvqhqvvym3hxbyp9vjcnnpb9j800z0vyhbnlka67"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)))
|
||||
|
|
Loading…
Reference in a new issue