mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: dash: Update to 0.5.12.
* gnu/packages/shells.scm (dash): Update to 0.5.12. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
885903e2f6
commit
55e2b9b0a4
1 changed files with 3 additions and 4 deletions
|
@ -84,14 +84,14 @@ (define-module (gnu packages shells)
|
||||||
(define-public dash
|
(define-public dash
|
||||||
(package
|
(package
|
||||||
(name "dash")
|
(name "dash")
|
||||||
(version "0.5.11.5")
|
(version "0.5.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/"
|
(uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/"
|
||||||
"dash-" version ".tar.gz"))
|
"dash-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g93w4lpn3jfwn2gaq17a1lxdig11x0j7gr9byc3fy8zi4882xyv"))
|
(base32 "12pjm2j0q0q88nvqbcyqjwr8s1c29ilxyq2cdj8k42wbdv24liva"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -99,8 +99,7 @@ (define-public dash
|
||||||
;; This isn't the case on Guix or indeed most other GNU systems.
|
;; This isn't the case on Guix or indeed most other GNU systems.
|
||||||
(substitute* "src/dash.1"
|
(substitute* "src/dash.1"
|
||||||
(("the standard command interpreter for the system")
|
(("the standard command interpreter for the system")
|
||||||
"a command interpreter based on the original Bourne shell"))
|
"a command interpreter based on the original Bourne shell"))))))
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libedit))
|
(list libedit))
|
||||||
|
|
Loading…
Reference in a new issue