guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: zsh: Update to 5.8.


From: guix-commits
Subject: branch master updated: gnu: zsh: Update to 5.8.
Date: Sat, 29 Feb 2020 13:53:41 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f37d089  gnu: zsh: Update to 5.8.
f37d089 is described below

commit f37d089b3eea3e445b0f252f69859fc7ca7d8aac
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Feb 29 16:54:38 2020 +0100

    gnu: zsh: Update to 5.8.
    
    * gnu/packages/shells.scm (zsh): Update to 5.8.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 2aac632..1300175 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -396,7 +396,7 @@ history mechanism, job control and a C-like syntax.")
 (define-public zsh
   (package
     (name "zsh")
-    (version "5.7.1")
+    (version "5.8")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -407,7 +407,7 @@ history mechanism, job control and a C-like syntax.")
                            ".tar.xz")))
               (sha256
                (base32
-                "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
+                "09yyaadq738zlrnlh1hd3ycj1mv3q5hh4xl1ank70mjnqm6bbi6w"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre"
                                      "--enable-maildir-support")



reply via email to

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