diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 19:41:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-06 20:51:21 +0200 |
commit | d102e9a139e8864ffacf0804f45f87b88de02fd1 (patch) | |
tree | 20aac16e1fdcc17b503167224aed00ebb5bc300e | |
parent | 5c38e5e24ead5e634de6555d71aa68ebcd924d73 (diff) |
gnu: dash: Update to 0.5.11.4.
* gnu/packages/shells.scm (dash): Update to 0.5.11.4.
-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 48f72401b4..7ad79c996c 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -77,14 +77,14 @@ (define-public dash (package (name "dash") - (version "0.5.11.3") + (version "0.5.11.4") (source (origin (method url-fetch) (uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/" "dash-" version ".tar.gz")) (sha256 - (base32 "0amwphfal2rnfa63f7qd4i9m4ckv0gm3j6jlxkmfi9x6ddkz3fb2")) + (base32 "13g06zqfy4n7jkrbb5l1vw0xcnjvq76i16al8fjc5g33afxbf5af")) (modules '((guix build utils))) (snippet '(begin |