[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: es: Update to 0.9.2.
From: |
guix-commits |
Subject: |
03/16: gnu: es: Update to 0.9.2. |
Date: |
Wed, 27 Jul 2022 06:30:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3dab424a3d4bbd7c552fc848f05e0f497e2f562e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200
gnu: es: Update to 0.9.2.
* gnu/packages/shells.scm (es): Update to 0.9.2.
---
gnu/packages/shells.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 2caefd3dd0..21035498a6 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -360,15 +360,14 @@ has a small feature set similar to a traditional Bourne
shell.")
(define-public es
(package
(name "es")
- (version "0.9.1")
+ (version "0.9.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/wryun/es-shell/releases/"
"download/v" version "/es-" version ".tar.gz"))
(sha256
- (base32
- "1fplzxc6lncz2lv2fyr2ig23rgg5j96rm2bbl1rs28mik771zd5h"))
+ (base32 "1pgmqhsk14wyvl489sxdy7kdl2gwrsq1xvkip0z90kh888mlh9n9"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system)
(arguments
- 07/16: gnu: qtractor: Remove input labels., (continued)
- 07/16: gnu: qtractor: Remove input labels., guix-commits, 2022/07/27
- 11/16: gnu: ndisc6: Update to 1.0.6., guix-commits, 2022/07/27
- 02/16: gnu: freetalk: Modernise arguments' style., guix-commits, 2022/07/27
- 13/16: gnu: libconfini: Omit static library., guix-commits, 2022/07/27
- 15/16: gnu: osinfo-db: Update to 20220516., guix-commits, 2022/07/27
- 14/16: gnu: get-iplayer: Update to 3.30., guix-commits, 2022/07/27
- 08/16: gnu: podofo: Update to 0.9.8., guix-commits, 2022/07/27
- 09/16: gnu: podofo: Remove input labels., guix-commits, 2022/07/27
- 01/16: gnu: freetalk: Update to 4.2., guix-commits, 2022/07/27
- 16/16: download: Refresh KDE mirror list., guix-commits, 2022/07/27
- 03/16: gnu: es: Update to 0.9.2.,
guix-commits <=