[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/22: gnu: dash: Update to 0.5.12.
From: |
guix-commits |
Subject: |
12/22: gnu: dash: Update to 0.5.12. |
Date: |
Tue, 13 Dec 2022 21:10:15 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 55e2b9b0a41b7d5789379ce77e7734eef4e2bc45
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:02 2022 +0100
gnu: dash: Update to 0.5.12.
* gnu/packages/shells.scm (dash): Update to 0.5.12.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/shells.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b607060716..f40e491535 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -84,14 +84,14 @@
(define-public dash
(package
(name "dash")
- (version "0.5.11.5")
+ (version "0.5.12")
(source
(origin
(method url-fetch)
(uri (string-append "http://gondor.apana.org.au/~herbert/dash/files/";
"dash-" version ".tar.gz"))
(sha256
- (base32 "1g93w4lpn3jfwn2gaq17a1lxdig11x0j7gr9byc3fy8zi4882xyv"))
+ (base32 "12pjm2j0q0q88nvqbcyqjwr8s1c29ilxyq2cdj8k42wbdv24liva"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -99,8 +99,7 @@
;; This isn't the case on Guix or indeed most other GNU systems.
(substitute* "src/dash.1"
(("the standard command interpreter for the system")
- "a command interpreter based on the original Bourne shell"))
- #t))))
+ "a command interpreter based on the original Bourne shell"))))))
(build-system gnu-build-system)
(inputs
(list libedit))
- 13/22: gnu: dash: Capitalise description sentences., (continued)
- 13/22: gnu: dash: Capitalise description sentences., guix-commits, 2022/12/13
- 08/22: gnu: libdeflate: Update to 1.15., guix-commits, 2022/12/13
- 10/22: gnu: global: Update to 6.6.9., guix-commits, 2022/12/13
- 20/22: gnu: nmrpflash: Rephrase synopsis., guix-commits, 2022/12/13
- 11/22: gnu: botan: Update to 2.19.3., guix-commits, 2022/12/13
- 22/22: gnu: isc-dhcp: Update description., guix-commits, 2022/12/13
- 15/22: gnu: inxi-minimal: Update to 3.3.24-1., guix-commits, 2022/12/13
- 14/22: gnu: hyfetch: Update to 1.4.4., guix-commits, 2022/12/13
- 21/22: gnu: isc-dhcp: Update to 4.4.3-P1 [fixes CVE-2022-2928, CVE-2022-2929]., guix-commits, 2022/12/13
- 19/22: gnu: nmrpflash: Update to 0.9.19., guix-commits, 2022/12/13
- 12/22: gnu: dash: Update to 0.5.12.,
guix-commits <=
- 17/22: gnu: inxi-minimal: Reduce reliance on input names., guix-commits, 2022/12/13
- 18/22: gnu: nnn: Update to 4.7., guix-commits, 2022/12/13
- 16/22: gnu: inxi-minimal: Remove input labels., guix-commits, 2022/12/13