me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.0.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -548,7 +548,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(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 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0hw6i5r3adkm4988badi94825lywkrh3sddiff4z04kj1nj15d0k"))))
(base32 "1bmvkrfnjzrf0ch2mh75cv784mzs64i4f44l91xysapjqv46lfqn"))))
(build-system emacs-build-system)
(arguments
`(#:phases