mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: zsh: Update to 5.6.1.
* gnu/packages/shells.scm (zsh): Update to 5.6.1.
This commit is contained in:
parent
4dbef67102
commit
5a5d3e3563
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ (define-public tcsh
|
|||
(define-public zsh
|
||||
(package
|
||||
(name "zsh")
|
||||
(version "5.6")
|
||||
(version "5.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
|
@ -303,7 +303,7 @@ (define-public zsh
|
|||
".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1mp6h2452z2029n12mxipjv4b0cc8i8sb72g8p8jklg8275iysvl"))))
|
||||
"1s5kzfbfvixibb1sbzmmlrrx898zqwi5cfmnnq4bhcbx64zparlm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue