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:
Nicolas Goaziou 2023-05-21 14:36:48 +02:00
parent 4fa72c6553
commit e499cb2c12
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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