gnu: zsh: Update to 5.7.1.

* gnu/packages/shells.scm (zsh): Update to 5.7.1.
This commit is contained in:
Brice Waegeneire 2020-02-09 10:13:04 +01:00 committed by Nicolas Goaziou
parent cde4cb4dd2
commit 718a6458df
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12,6 +12,7 @@
;;; Copyright © 2019 Meiyo Peng <meiyo.peng@gmail.com> ;;; Copyright © 2019 Meiyo Peng <meiyo.peng@gmail.com>
;;; Copyright © 2019 Timothy Sample <samplet@ngyro.com> ;;; Copyright © 2019 Timothy Sample <samplet@ngyro.com>
;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -395,7 +396,7 @@ (define-public tcsh
(define-public zsh (define-public zsh
(package (package
(name "zsh") (name "zsh")
(version "5.6.2") (version "5.7.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append (uri (list (string-append
@ -406,7 +407,7 @@ (define-public zsh
".tar.xz"))) ".tar.xz")))
(sha256 (sha256
(base32 (base32
"17iffliqcj4hv91g0bd2sxsyfcz51mfyh97sp2iyrs2p0mndc2x5")))) "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre") (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
#:phases #:phases