diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 19:48:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 19:57:41 +0200 |
commit | 297aad07fee3b3562b7a84e0bc0bc49493ce31da (patch) | |
tree | cd16bcc32f1b168b058c4628312812e07bfdd52b | |
parent | 1de23e55cd1b416b26686ce635541f3ea329e1cb (diff) | |
download | guix-297aad07fee3b3562b7a84e0bc0bc49493ce31da.tar.gz |
gnu: dash: Update to 0.5.11.1.
* gnu/packages/shells.scm (dash): Update to 0.5.11.1.
-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 b790a0cc18..2551d62406 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -64,14 +64,14 @@ (define-public dash (package (name "dash") - (version "0.5.11") + (version "0.5.11.1") (source (origin (method url-fetch) (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/" "dash-" version ".tar.gz")) (sha256 - (base32 "1jwilfsy249d3q7fagg1ga4bgc2bg1fzw63r2nan0m77bznsdnad")) + (base32 "048n1rbw3v1ffzsw5mkc6zzvvf1csq7pcri7jraaqag38vqq3j3k")) (modules '((guix build utils))) (snippet '(begin |