all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39836] [PATCH]: gnu: zsh: Update to 5.8.
@ 2020-02-29 15:56 Vincent Legoll
  2020-02-29 18:54 ` bug#39836: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-02-29 15:56 UTC (permalink / raw)
  To: 39836

[-- Attachment #1: Type: text/plain, Size: 40 bytes --]

very lightly tested

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-zsh-Update-to-5.8.patch --]
[-- Type: text/x-patch, Size: 1261 bytes --]

From c6a2a15e47b2f197c346a077042b1921fdc0a3ed Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 29 Feb 2020 16:54:38 +0100
Subject: [PATCH] gnu: zsh: Update to 5.8.

* gnu/packages/shells.scm (zsh): Update to 5.8.
---
 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 2aac6323a0..1300175dd4 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")
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39836: [PATCH]: gnu: zsh: Update to 5.8.
  2020-02-29 15:56 [bug#39836] [PATCH]: gnu: zsh: Update to 5.8 Vincent Legoll
@ 2020-02-29 18:54 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-02-29 18:54 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 39836-done

On Sat, Feb 29, 2020 at 04:56:32PM +0100, Vincent Legoll wrote:
> very lightly tested
> 
> -- 
> Vincent Legoll

> From c6a2a15e47b2f197c346a077042b1921fdc0a3ed Mon Sep 17 00:00:00 2001
> From: Vincent Legoll <vincent.legoll@gmail.com>
> Date: Sat, 29 Feb 2020 16:54:38 +0100
> Subject: [PATCH] gnu: zsh: Update to 5.8.
> 
> * gnu/packages/shells.scm (zsh): Update to 5.8.

Thanks! Pushed as f37d089b3eea3e445b0f252f69859fc7ca7d8aac

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-29 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29 15:56 [bug#39836] [PATCH]: gnu: zsh: Update to 5.8 Vincent Legoll
2020-02-29 18:54 ` bug#39836: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.