Archived
1
0
Fork 0

gnu: emacs-with-editor: Update to 3.0.2.

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.0.2.
[propagated-inputs]: Changed emacs-dash to emacs-async.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-12-06 16:56:16 +01:00 committed by Nicolas Goaziou
parent e461d3b750
commit 65555198b2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -362,22 +362,18 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-with-editor (define-public emacs-with-editor
;; This commit fixes an (magit) issue with emacs 28, see
;; https://lists.gnu.org/archive/html/help-gnu-emacs/2020-10/msg00211.html
(let ((commit "c4768f51c7415119519b4626d8643d60e584098c")
(revision "1"))
(package (package
(name "emacs-with-editor") (name "emacs-with-editor")
(version (git-version "2.9.4" revision commit)) (version "3.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/magit/with-editor") (url "https://github.com/magit/with-editor")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01ysb9pnscpmingay6njdywkqgj4hn5l5d9igsg3x7p7061jwwix")))) (base32 "0hw6i5r3adkm4988badi94825lywkrh3sddiff4z04kj1nj15d0k"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -389,7 +385,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(native-inputs (native-inputs
`(("texinfo" ,texinfo))) `(("texinfo" ,texinfo)))
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash))) `(("emacs-async" ,emacs-async)))
(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
@ -397,7 +393,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
@code{$EDITOR} of child processes, making sure they know how to call home. @code{$EDITOR} of child processes, making sure they know how to call home.
For remote processes a substitute is provided, which communicates with Emacs For remote processes a substitute is provided, which communicates with Emacs
on stdout instead of using a socket as the Emacsclient does.") on stdout instead of using a socket as the Emacsclient does.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-libgit (define-public emacs-libgit
(let ((commit "0ef8b13aef011a98b7da756e4f1ce3bb18e4d55a") (let ((commit "0ef8b13aef011a98b7da756e4f1ce3bb18e4d55a")