[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: dash: Update to 0.5.11.1.
From: |
guix-commits |
Subject: |
14/15: gnu: dash: Update to 0.5.11.1. |
Date: |
Thu, 9 Jul 2020 13:58:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 297aad07fee3b3562b7a84e0bc0bc49493ce31da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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
- 02/15: gnu: giblib: Fix synopsis & description., (continued)
- 02/15: gnu: giblib: Fix synopsis & description., guix-commits, 2020/07/09
- 05/15: gnu: mergerfs: Fix typo in description., guix-commits, 2020/07/09
- 03/15: doc: cookbook: Fix ‘file system’ spelling., guix-commits, 2020/07/09
- 06/15: gnu: gphotofs: Fix typo in description., guix-commits, 2020/07/09
- 07/15: gnu: dump: Fix typo in description., guix-commits, 2020/07/09
- 08/15: doc: Fix typo., guix-commits, 2020/07/09
- 12/15: gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572]., guix-commits, 2020/07/09
- 04/15: gnu: go-github-com-rifflock-lfshook: Fix typo in description., guix-commits, 2020/07/09
- 10/15: gnu: m2-planet: Fix typo in description., guix-commits, 2020/07/09
- 11/15: gnu: snd: Update to 20.5., guix-commits, 2020/07/09
- 14/15: gnu: dash: Update to 0.5.11.1.,
guix-commits <=
- 13/15: gnu: zutils: Fix test failure., guix-commits, 2020/07/09
- 15/15: gnu: zutils: Update to 1.9., guix-commits, 2020/07/09
- 09/15: gnu: python-pathos: Fix typo in description., guix-commits, 2020/07/09