guix-patches
[Top][All Lists]
Advanced

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

[bug#39524] [PATCH 1/2] gnu: zsh: Update to 5.7.1.


From: Brice Waegeneire
Subject: [bug#39524] [PATCH 1/2] gnu: zsh: Update to 5.7.1.
Date: Sun, 9 Feb 2020 10:13:04 +0100

* gnu/packages/shells.scm (zsh): Update to 5.7.1.
---
 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 1d2f754e4a..cfb6b12a98 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -395,7 +395,7 @@ history mechanism, job control and a C-like syntax.")
 (define-public zsh
   (package
     (name "zsh")
-    (version "5.6.2")
+    (version "5.7.1")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -406,7 +406,7 @@ history mechanism, job control and a C-like syntax.")
                            ".tar.xz")))
               (sha256
                (base32
-                "17iffliqcj4hv91g0bd2sxsyfcz51mfyh97sp2iyrs2p0mndc2x5"))))
+                "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
                  #:phases
-- 
2.24.1






reply via email to

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