mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-with-editor: Update to 3.3.0.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.0. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
4fa72c6553
commit
e499cb2c12
1 changed files with 3 additions and 3 deletions
|
@ -1207,7 +1207,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.2.0")
|
(version "3.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1216,7 +1216,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 "1d98hagpm6h5vgx80qlh3zrfcb6z000rfc707w9zzmh634dkg3xx"))))
|
(base32 "1p0mrx4cixjpw34x8m8f8wna5f9rh8h3s4kpsycyvzmpmz3jicr9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1234,7 +1234,7 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-async))
|
(list emacs-async emacs-compat))
|
||||||
(home-page "https://github.com/magit/with-editor")
|
(home-page "https://github.com/magit/with-editor")
|
||||||
(synopsis "Emacs library for using Emacsclient as EDITOR")
|
(synopsis "Emacs library for using Emacsclient as EDITOR")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue