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 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
|
||||||
(define-public emacs-with-editor
|
(define-public emacs-with-editor
|
||||||
(package
|
(package
|
||||||
(name "emacs-with-editor")
|
(name "emacs-with-editor")
|
||||||
(version "3.3.2")
|
(version "3.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1495,7 +1495,7 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wzzymlka4f798m75kizjh1yvnh49y8m029c7p5pg7gbv6d0wd8a"))))
|
(base32 "1jnjd2pzx03vzimsfdcaa3d11fiqiv6hi5nrk6wj2m9qz8alnj2b"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue