unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: zsh: Update to 5.0.7
@ 2015-01-26 23:36 Manolis Ragkousis
  2015-01-27  9:16 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Manolis Ragkousis @ 2015-01-26 23:36 UTC (permalink / raw)
  To: Guix-devel

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



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

From 9bd3a18654197f70730f4d8181969094e55091d8 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 27 Jan 2015 01:31:38 +0000
Subject: [PATCH] gnu: zsh: Update to 5.0.7

* gnu/packages/zsh.scm (zsh): Update to 5.0.7
---
 gnu/packages/zsh.scm | 4 ++--
 1 file 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
-- 
2.2.2


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

* Re: [PATCH] gnu: zsh: Update to 5.0.7
  2015-01-26 23:36 [PATCH] gnu: zsh: Update to 5.0.7 Manolis Ragkousis
@ 2015-01-27  9:16 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-01-27  9:16 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

> From 9bd3a18654197f70730f4d8181969094e55091d8 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Tue, 27 Jan 2015 01:31:38 +0000
> Subject: [PATCH] gnu: zsh: Update to 5.0.7
>
> * gnu/packages/zsh.scm (zsh): Update to 5.0.7

Applied, thanks.

You may well be the winner of the URL-fixing contest.  ;-)

Ludo’.

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

end of thread, other threads:[~2015-01-27  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 23:36 [PATCH] gnu: zsh: Update to 5.0.7 Manolis Ragkousis
2015-01-27  9:16 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).