From: Julien Lepiller <julien@lepiller.eu>
To: guix-devel@gnu.org
Subject: [PATCH] Update php to 7.0.14
Date: Thu, 8 Dec 2016 21:49:32 +0100 [thread overview]
Message-ID: <20161208213303.22037fae@lepiller.eu> (raw)
[-- Attachment #1: Type: text/plain, Size: 36 bytes --]
Hi,
here is the new version of php.
[-- Attachment #2: 0001-gnu-php-Update-to-7.0.14.patch --]
[-- Type: text/x-patch, Size: 1098 bytes --]
From 666341c08cbf871be73d716be7ae3e053b5b110d Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Thu, 8 Dec 2016 20:25:15 +0100
Subject: [PATCH] gnu: php: Update to 7.0.14.
* gnu/packages/php.scm (php): Update to 7.0.14.
---
gnu/packages/php.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 9ccbede87..a84ff43d7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -64,7 +64,7 @@
(define-public php
(package
(name "php")
- (version "7.0.13")
+ (version "7.0.14")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -72,7 +72,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1gzihbpcp51jc587gs1ryn59hsnr7vf5427dmcvdimvm77wsfyrm"))
+ "12ccgbrfchgvmcfb88rcknq7xmrf19c5ysdr4v8jxk51j9izy78g"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
--
2.11.0
next reply other threads:[~2016-12-08 20:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-08 20:49 Julien Lepiller [this message]
2016-12-09 8:59 ` [PATCH] Update php to 7.0.14 Marius Bakke
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=20161208213303.22037fae@lepiller.eu \
--to=julien@lepiller.eu \
--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.