nckx pushed a commit to branch master
in repository guix.
commit 64fc78c8884f1d8ea3650809deddf4346e86be59
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 2 00:47:50 2021 +0100
gnu: dash: Update to 0.5.11.3.
* gnu/packages/shells.scm (dash): Update to 0.5.11.3.
---
gnu/packages/shells.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 5b3ae21..0b4edbe 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015 David Thompson <[email protected]>
;;; Copyright © 2014 Kevin Lemonnier <[email protected]>
;;; Copyright © 2015 Jeff Mickey <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<[email protected]>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2016 Stefan Reichör <[email protected]>
;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017, 2018 Nikita <[email protected]>
@@ -65,14 +65,14 @@
(define-public dash
(package
(name "dash")
- (version "0.5.11.2")
+ (version "0.5.11.3")
(source
(origin
(method url-fetch)
(uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/"
"dash-" version ".tar.gz"))
(sha256
- (base32 "0pvdpm1cgfbc25ramn4305a0158yq031q1ain4dc972rnxl7vyq0"))
+ (base32 "0amwphfal2rnfa63f7qd4i9m4ckv0gm3j6jlxkmfi9x6ddkz3fb2"))
(modules '((guix build utils)))
(snippet
'(begin