diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 17:40:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 17:41:06 +0200 |
commit | 3b748152ac45d7903882e8f03098f0f754ee7a85 (patch) | |
tree | 7c24f5be27217a426f3a3bda09a0f1b90d2de4ff /gnu/packages/shells.scm | |
parent | 9540323458de87b0b8aa421e449a4fe27af7c393 (diff) | |
download | guix-3b748152ac45d7903882e8f03098f0f754ee7a85.tar.gz |
gnu: dash: Update to 0.5.11.5.
* gnu/packages/shells.scm (dash): Update to 0.5.11.5.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index ec3723031f..d29bd0532b 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -78,14 +78,14 @@ (define-public dash (package (name "dash") - (version "0.5.11.4") + (version "0.5.11.5") (source (origin (method url-fetch) (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/" "dash-" version ".tar.gz")) (sha256 - (base32 "13g06zqfy4n7jkrbb5l1vw0xcnjvq76i16al8fjc5g33afxbf5af")) + (base32 "1g93w4lpn3jfwn2gaq17a1lxdig11x0j7gr9byc3fy8zi4882xyv")) (modules '((guix build utils))) (snippet '(begin |