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

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.0.4.
This commit is contained in:
Nicolas Goaziou 2021-05-29 16:14:03 +02:00
parent 87e3a633c9
commit 0a7a267905
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -548,7 +548,7 @@ (define-public git-modes
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "3.0.2")
(version "3.0.4")
(source
(origin
(method git-fetch)
@ -557,7 +557,7 @@ (define-public emacs-with-editor
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0hw6i5r3adkm4988badi94825lywkrh3sddiff4z04kj1nj15d0k"))))
(base32 "1bmvkrfnjzrf0ch2mh75cv784mzs64i4f44l91xysapjqv46lfqn"))))
(build-system emacs-build-system)
(arguments
`(#:phases