[PATCH]: gnu: zsh: Update to 5.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=o-CdK9PudzmgACS5BPq2rfQ19mwe_6q_Aznex0gfeNcQ@mail.gmail.com
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.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 39836-done@debbugs.gnu.org)
20200229185436.GB28087@jasmine.lan
On Sat, Feb 29, 2020 at 04:56:32PM +0100, Vincent Legoll wrote:
Toggle quote (12 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39836@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39836
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help