mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-with-editor: Update to 3.4.1.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.4.1. Change-Id: I46a52cc4e76051b517514452f742d1e663c9bddb
This commit is contained in:
parent
01d7cefce1
commit
00245fdcd4
1 changed files with 2 additions and 2 deletions
|
@ -1531,7 +1531,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.4")
|
(version "3.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1540,7 +1540,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 "1jnjd2pzx03vzimsfdcaa3d11fiqiv6hi5nrk6wj2m9qz8alnj2b"))))
|
(base32 "1hnc0jbjdpjr7xzh8gmhxkcbpw6mbla9vg8vy6py6mdk7ap1zqj8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue