nckx pushed a commit to branch master
in repository guix.
commit 297aad07fee3b3562b7a84e0bc0bc49493ce31da
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Jul 9 19:48:25 2020 +0200
gnu: dash: Update to 0.5.11.1.
* gnu/packages/shells.scm (dash): Update to 0.5.11.1.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b790a0c..2551d62 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