diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-29 17:54:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-29 17:54:39 +0200 |
commit | 7683be2e3f2ec2b5b325cadc8d720917305af8de (patch) | |
tree | 741b9b48f5f1bf5617a228344bcadbb49326a342 | |
parent | 6fa20e1295157d05a889a7a99c079c701b40bbc5 (diff) | |
download | guix-7683be2e3f2ec2b5b325cadc8d720917305af8de.tar.gz |
gnu: dash: Update to 0.5.11.2.
* gnu/packages/shells.scm (dash): Update to 0.5.11.2.
-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 f8b7ada1e8..6c3d928fed 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -65,14 +65,14 @@ (define-public dash (package (name "dash") - (version "0.5.11.1") + (version "0.5.11.2") (source (origin (method url-fetch) (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/" "dash-" version ".tar.gz")) (sha256 - (base32 "048n1rbw3v1ffzsw5mkc6zzvvf1csq7pcri7jraaqag38vqq3j3k")) + (base32 "0pvdpm1cgfbc25ramn4305a0158yq031q1ain4dc972rnxl7vyq0")) (modules '((guix build utils))) (snippet '(begin |