mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: emacs-with-editor: Update to 3.3.4.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.4. Change-Id: I8e01e1f87e57bc5acef065aa146f4e4ab39b0ac6
This commit is contained in:
parent
119da1b81c
commit
09128faaea
1 changed files with 2 additions and 2 deletions
|
@ -1486,7 +1486,7 @@ (define-deprecated/public-alias git-modes emacs-git-modes)
|
|||
(define-public emacs-with-editor
|
||||
(package
|
||||
(name "emacs-with-editor")
|
||||
(version "3.3.2")
|
||||
(version "3.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1495,7 +1495,7 @@ (define-public emacs-with-editor
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wzzymlka4f798m75kizjh1yvnh49y8m029c7p5pg7gbv6d0wd8a"))))
|
||||
(base32 "1jnjd2pzx03vzimsfdcaa3d11fiqiv6hi5nrk6wj2m9qz8alnj2b"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue