Skip to content
Snippets Groups Projects
Commit a795477b authored by Manolis Ragkousis's avatar Manolis Ragkousis Committed by Ludovic Courtès
Browse files

gnu: zsh: Update to 5.0.7


* gnu/packages/zsh.scm (zsh): Update to 5.0.7

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 9506a01c
No related branches found
No related tags found
No related merge requests found
...@@ -29,13 +29,13 @@ (define-module (gnu packages zsh) ...@@ -29,13 +29,13 @@ (define-module (gnu packages zsh)
(define-public zsh (define-public zsh
(package (package
(name "zsh") (name "zsh")
(version "5.0.6") (version "5.0.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.zsh.org/pub/zsh-" version (uri (string-append "http://www.zsh.org/pub/zsh-" version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 "0f9y2lkv6xs5nxgj7ld7sbncy454sgamz21fm4109mxqlqa32fph")))) (base32 "06drwywxa0zm8mizk32wc6ijhpzlyy2mcmskj66bnyggg70s9w23"))))
(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 (alist-cons-before #:phases (alist-cons-before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment