diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-19 05:39:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-19 15:39:25 +0200 |
commit | ade57b6964d3a6b910118a210477f234c9706d5e (patch) | |
tree | 82766e207141c24c657d0f94b2a1c2907f4c78fc /gnu | |
parent | ca59ce41d62e59feeb98aa158e9d2c63964a0f72 (diff) | |
download | patches-ade57b6964d3a6b910118a210477f234c9706d5e.tar patches-ade57b6964d3a6b910118a210477f234c9706d5e.tar.gz |
gnu: dash: Update to 0.5.10.2.
* gnu/packages/shells.scm (dash): Update to 0.5.10.2.
Diffstat (limited to 'gnu')
-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 0447643606..0446bf95ba 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -52,7 +52,7 @@ (define-public dash (package (name "dash") - (version "0.5.10.1") + (version "0.5.10.2") (source (origin (method url-fetch) @@ -60,7 +60,7 @@ "dash-" version ".tar.gz")) (sha256 (base32 - "1bl4brz5vy07lrss54glp4vfca3q8d73hyc87sqdk99f76z95b6s")) + "0wb0bwmqc661hylqcfdp7l7x12myw3vpqk513ncyqrjwvhckjriw")) (modules '((guix build utils))) (snippet '(begin |