me
/
guix
Archived
1
0
Fork 0

gnu: emacs-plz: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.4.
[arguments]<#:tests?>: Mention why we do not run tests.
master
Nicolas Goaziou 2023-03-24 10:09:04 +01:00
parent 094f11d202
commit 73e74e5ecd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 2 deletions

View File

@ -18844,7 +18844,7 @@ multiplexer.")
(define-public emacs-plz
(package
(name "emacs-plz")
(version "0.3")
(version "0.4")
(source
(origin
(method git-fetch)
@ -18853,11 +18853,12 @@ multiplexer.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ack4rajjdmb3fqz5v394rqpvn9mfvbkrxra27yrcqz97mma1ki7"))))
(base32 "0sfgbq6nn9prxqg5qs576rlpszbhp70yj3d8r7hqckrd5s0sbk13"))))
(build-system emacs-build-system)
(inputs (list curl))
(arguments
(list
#:tests? #f ;require internet access
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'substitute-curl-path