mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: emacs-shx: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-shx): Update to 1.5.0. [arguments]: Removed unneeded modify-phases. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
1f2076757a
commit
9485a2e5c6
1 changed files with 3 additions and 8 deletions
|
@ -4167,7 +4167,7 @@ (define-public emacs-shell-switcher
|
||||||
(define-public emacs-shx
|
(define-public emacs-shx
|
||||||
(package
|
(package
|
||||||
(name "emacs-shx")
|
(name "emacs-shx")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4175,15 +4175,10 @@ (define-public emacs-shx
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p9b621rgy34r1hl9xfzxh4xpx9gpsr3n330ypfxhlr0s5754j73"))))
|
(base32 "1cb5w6p9gnfxgh8qp7yj2f5ibpk1b4b5af3ynldaaj6yfpa8hqzn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #t
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; A docstring provides examples of mapping hosts to programs in /bin.
|
|
||||||
;; These examples are valid as-is.
|
|
||||||
(delete 'patch-el-files))
|
|
||||||
#:tests? #t
|
|
||||||
#:test-command
|
#:test-command
|
||||||
'("emacs" "--batch" "--quiet"
|
'("emacs" "--batch" "--quiet"
|
||||||
"--script" "test/script.el")))
|
"--script" "test/script.el")))
|
||||||
|
|
Loading…
Reference in a new issue