diff options
| author | 宋文武 <iyzsong@gmail.com> | 2015-11-04 15:07:58 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@gmail.com> | 2015-11-04 16:02:14 +0800 |
| commit | b871a453a0df086eea9f24b3d54c8d2039c7c2e2 (patch) | |
| tree | 41875c5620aecf2ae761bece0158cfea7723c2b8 | |
| parent | 29852c8a99519954fb085e57d6fe02874a1f6cf0 (diff) | |
gnu: zsh: Update to 5.1.1.
* gnu/packages/zsh.scm (zsh): Update to 5.1.1.
| -rw-r--r-- | gnu/packages/zsh.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/zsh.scm b/gnu/packages/zsh.scm index 3d3d5889d9a..c2f09226bd5 100644 --- a/gnu/packages/zsh.scm +++ b/gnu/packages/zsh.scm | |||
| @@ -29,13 +29,14 @@ | |||
| 29 | (define-public zsh | 29 | (define-public zsh |
| 30 | (package | 30 | (package |
| 31 | (name "zsh") | 31 | (name "zsh") |
| 32 | (version "5.0.7") | 32 | (version "5.1.1") |
| 33 | (source (origin | 33 | (source (origin |
| 34 | (method url-fetch) | 34 | (method url-fetch) |
| 35 | (uri (string-append "http://www.zsh.org/pub/zsh-" version | 35 | (uri (string-append "http://www.zsh.org/pub/zsh-" version |
| 36 | ".tar.gz")) | 36 | ".tar.gz")) |
| 37 | (sha256 | 37 | (sha256 |
| 38 | (base32 "06drwywxa0zm8mizk32wc6ijhpzlyy2mcmskj66bnyggg70s9w23")))) | 38 | (base32 |
| 39 | "11shllzhq53fg8ngy3bgbmpf09fn2czifg7hsb41nxi3410mpvcl")))) | ||
| 39 | (build-system gnu-build-system) | 40 | (build-system gnu-build-system) |
| 40 | (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre") | 41 | (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre") |
| 41 | #:phases (alist-cons-before | 42 | #:phases (alist-cons-before |
| @@ -53,6 +54,7 @@ | |||
| 53 | "Test/E01options.ztst" | 54 | "Test/E01options.ztst" |
| 54 | "Test/A05execution.ztst" | 55 | "Test/A05execution.ztst" |
| 55 | "Test/A01grammar.ztst" | 56 | "Test/A01grammar.ztst" |
| 57 | "Test/A06assign.ztst" | ||
| 56 | "Test/B02typeset.ztst" | 58 | "Test/B02typeset.ztst" |
| 57 | "Completion/Unix/Command/_init_d" | 59 | "Completion/Unix/Command/_init_d" |
| 58 | "Util/preconfig") | 60 | "Util/preconfig") |
