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

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.4.
This commit is contained in:
Oleg Pykhalov 2020-08-15 13:50:23 +03:00
parent e6bdc6949b
commit d82a5e70c8
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -379,7 +379,7 @@ (define-public git-modes
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "2.9.2")
(version "2.9.4")
(source
(origin
(method git-fetch)
@ -388,7 +388,7 @@ (define-public emacs-with-editor
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1m8bm8q5zakfjdkd0662gbkvzmcrlkxy1856xns2nfiflrkpw88b"))))
(base32 "1z3214zjf3dassb31k14gq4nbr3q8g5x87ydfah28hm4j08v0wb3"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))