all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: Guix-devel <Guix-devel@gnu.org>
Subject: [PATCH] gnu: zsh: Update to 5.0.7
Date: Mon, 26 Jan 2015 23:36:22 +0000	[thread overview]
Message-ID: <CAFtzXzOFOS24FD=vVqo2M0Dn9Md5A+vg8obGmDRri52huXBYxw@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2015-01-26 23:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 23:36 Manolis Ragkousis [this message]
2015-01-27  9:16 ` [PATCH] gnu: zsh: Update to 5.0.7 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFtzXzOFOS24FD=vVqo2M0Dn9Md5A+vg8obGmDRri52huXBYxw@mail.gmail.com' \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.