me
/
guix
Archived
1
0
Fork 0

gnu: zsh: Update to 5.9.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Greg Hogan 2023-06-20 18:55:35 +00:00 committed by 宋文武
parent 3c79f4b50a
commit bd0e7c5e17
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ history mechanism, job control and a C-like syntax.")
(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 @@ history mechanism, job control and a C-like syntax.")
".tar.xz")))
(sha256
(base32
"06crvpqbpm8sq5c215f4b985z7npwnqnj0i0g53hnq6fp8h3b5xn"))
"1mdc8lnq8qxq1ahxp8610n799pd7a9kqg3liy7xq2pjvvp71x3cv"))
(patches (search-patches "zsh-egrep-failing-test.patch"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags