me
/
guix
Archived
1
0
Fork 0

gnu: zsh: Update to 5.8.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Vincent Legoll 2020-02-29 16:54:38 +01:00 committed by Leo Famulari
parent 55cd9da635
commit f37d089b3e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ history mechanism, job control and a C-like syntax.")
(define-public zsh
(package
(name "zsh")
(version "5.7.1")
(version "5.8")
(source (origin
(method url-fetch)
(uri (list (string-append
@ -407,7 +407,7 @@ history mechanism, job control and a C-like syntax.")
".tar.xz")))
(sha256
(base32
"1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
"09yyaadq738zlrnlh1hd3ycj1mv3q5hh4xl1ank70mjnqm6bbi6w"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre"
"--enable-maildir-support")