GNU bug report logs - #64195
[PATCH] gnu: zsh: Update to 5.9.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64195: closed ([PATCH] gnu: zsh: Update to 5.9.)
Date: Tue, 18 Jul 2023 12:29:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 18 Jul 2023 20:28:26 +0800
with message-id <87o7k9xv2t.fsf <at> envs.net>
and subject line Re: bug#64195: [PATCH] gnu: zsh: Update to 5.9.
has caused the debbugs.gnu.org bug report #64195,
regarding [PATCH] gnu: zsh: Update to 5.9.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64195: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64195
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: zsh: Update to 5.9.
Date: Tue, 20 Jun 2023 18:55:35 +0000
* 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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 64195-done <at> debbugs.gnu.org
Subject: Re: bug#64195: [PATCH] gnu: zsh: Update to 5.9.
Date: Tue, 18 Jul 2023 20:28:26 +0800
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/shells.scm (zsh): Update to 5.9.

Pushed to master, thank you!


This bug report was last modified 1 year and 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.