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

* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 00:49:26 +02:00
parent cac85e8bdb
commit 6917161d74
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -411,7 +411,7 @@ (define-public git-modes/old-name
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "2.7.2")
(version "2.7.3")
(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
"1jqi3axcs0cb1pcv1jxxc2a09v6psrm33wwl6hmyshzl8kbxs2mv"))))
"1ln2s0kckzkv50qmr6x1kb2j30cfjii0vs6lpghg7ff4lav8jqgh"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))