mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-with-editor: Update to 3.4.2.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.4.2. Change-Id: I40112547707e88f541b8168102719f9315778dd4
This commit is contained in:
parent
dc450b938f
commit
7375e45cf9
1 changed files with 2 additions and 2 deletions
|
@ -1543,7 +1543,7 @@ (define-deprecated/public-alias git-modes emacs-git-modes)
|
|||
(define-public emacs-with-editor
|
||||
(package
|
||||
(name "emacs-with-editor")
|
||||
(version "3.4.1")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1552,7 +1552,7 @@ (define-public emacs-with-editor
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hnc0jbjdpjr7xzh8gmhxkcbpw6mbla9vg8vy6py6mdk7ap1zqj8"))))
|
||||
(base32 "1k86z7zjvs5mbxirxvn190ya7fj1vdzps5cm0659hh32373c1l7s"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue