mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: zsh: Update to 5.0.7
* gnu/packages/zsh.scm (zsh): Update to 5.0.7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9506a01c6d
commit
a795477b20
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@ (define-module (gnu packages zsh)
|
|||
(define-public zsh
|
||||
(package
|
||||
(name "zsh")
|
||||
(version "5.0.6")
|
||||
(version "5.0.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.zsh.org/pub/zsh-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f9y2lkv6xs5nxgj7ld7sbncy454sgamz21fm4109mxqlqa32fph"))))
|
||||
(base32 "06drwywxa0zm8mizk32wc6ijhpzlyy2mcmskj66bnyggg70s9w23"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
|
||||
#:phases (alist-cons-before
|
||||
|
|
Loading…
Reference in a new issue