diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-15 05:14:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-15 05:17:51 +0200 |
commit | 021b42f5e7fd222299691e5d7f70e329b52c9b14 (patch) | |
tree | a8b575a38304f63c58e33d5ad98cba8ea47af997 | |
parent | 81fb037f5ab51858fb7608d9ff836cf28c993f11 (diff) | |
download | guix-021b42f5e7fd222299691e5d7f70e329b52c9b14.tar guix-021b42f5e7fd222299691e5d7f70e329b52c9b14.tar.gz |
gnu: zsh: Update to 5.6.2.
* gnu/packages/shells.scm (zsh): Update to 5.6.2.
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index c0f1c479ef..406766351c 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -292,7 +292,7 @@ history mechanism, job control and a C-like syntax.") (define-public zsh (package (name "zsh") - (version "5.6.1") + (version "5.6.2") (source (origin (method url-fetch) (uri (list (string-append @@ -303,7 +303,7 @@ history mechanism, job control and a C-like syntax.") ".tar.xz"))) (sha256 (base32 - "1s5kzfbfvixibb1sbzmmlrrx898zqwi5cfmnnq4bhcbx64zparlm")))) + "17iffliqcj4hv91g0bd2sxsyfcz51mfyh97sp2iyrs2p0mndc2x5")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre") #:phases |