guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: zsh: Update to 5.0.7


From: Ludovic Courtès
Subject: 04/07: gnu: zsh: Update to 5.0.7
Date: Tue, 27 Jan 2015 09:34:34 +0000

civodul pushed a commit to branch master
in repository guix.

commit a795477b202ab2213be4ad08867fe1493ac8fd92
Author: Manolis Ragkousis <address@hidden>
Date:   Tue Jan 27 01:31:38 2015 +0000

    gnu: zsh: Update to 5.0.7
    
    * gnu/packages/zsh.scm (zsh): Update to 5.0.7
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/zsh.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/zsh.scm b/gnu/packages/zsh.scm
index 63913a3..9e9ee99 100644
--- a/gnu/packages/zsh.scm
+++ b/gnu/packages/zsh.scm
@@ -29,13 +29,13 @@
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]