mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: dash: Update to 0.5.10.1.
* gnu/packages/shells.scm (dash): Update to 0.5.10.1.
This commit is contained in:
parent
2ef651a6e2
commit
01635bcdd6
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ (define-module (gnu packages shells)
|
|||
(define-public dash
|
||||
(package
|
||||
(name "dash")
|
||||
(version "0.5.9.1")
|
||||
(version "0.5.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -60,7 +60,7 @@ (define-public dash
|
|||
"dash-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ng695mq5ngg43h7ljhxvbjm46ym3nayj6ssn47d2gm9fbm5pkay"))
|
||||
"1bl4brz5vy07lrss54glp4vfca3q8d73hyc87sqdk99f76z95b6s"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue