me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.2.0.
[arguments]<#:phases>: Use G-expressions.
master
Nicolas Goaziou 2022-02-12 10:45:42 +01:00
parent cff39c76d6
commit 47eb897bd3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 14 additions and 13 deletions

View File

@ -732,7 +732,7 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "3.1.1")
(version "3.2.0")
(source
(origin
(method git-fetch)
@ -741,11 +741,12 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06a66119rp5vfqdzqk10df3qyh9jvjl6j3pqm03jy0b110v2bfa8"))))
(base32 "1d98hagpm6h5vgx80qlh3zrfcb6z000rfc707w9zzmh634dkg3xx"))))
(build-system emacs-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(list
#:phases
#~(modify-phases %standard-phases
(add-before 'install 'enter-lisp-directory
(lambda _
(chdir "lisp")))