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