unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64195] [PATCH] gnu: zsh: Update to 5.9.
@ 2023-06-20 18:55 Greg Hogan
  2023-07-18 12:28 ` bug#64195: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-06-20 18:55 UTC (permalink / raw)
  To: 64195; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64195: [PATCH] gnu: zsh: Update to 5.9.
  2023-06-20 18:55 [bug#64195] [PATCH] gnu: zsh: Update to 5.9 Greg Hogan
@ 2023-07-18 12:28 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-18 12:28 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 64195-done

Greg Hogan <code@greghogan.com> writes:

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

Pushed to master, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-18 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20 18:55 [bug#64195] [PATCH] gnu: zsh: Update to 5.9 Greg Hogan
2023-07-18 12:28 ` bug#64195: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).