GNU bug report logs -
#64195
[PATCH] gnu: zsh: Update to 5.9.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 20 Jun 2023 18:56:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/shells.scm (zsh): Update to 5.9.
---
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 16a4bba92f..0dae9ee954 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -460,7 +460,7 @@ (define-public tcsh
(define-public zsh
(package
(name "zsh")
- (version "5.8.1")
+ (version "5.9")
(source (origin
(method url-fetch)
(uri (list (string-append
@@ -471,7 +471,7 @@ (define-public zsh
".tar.xz")))
(sha256
(base32
- "06crvpqbpm8sq5c215f4b985z7npwnqnj0i0g53hnq6fp8h3b5xn"))
+ "1mdc8lnq8qxq1ahxp8610n799pd7a9kqg3liy7xq2pjvvp71x3cv"))
(patches (search-patches "zsh-egrep-failing-test.patch"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags
--
2.41.0
This bug report was last modified 1 year and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.