* [PATCH] Update php to 7.0.14
@ 2016-12-08 20:49 Julien Lepiller
2016-12-09 8:59 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Julien Lepiller @ 2016-12-08 20:49 UTC (permalink / raw)
To: guix-devel
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Update php to 7.0.14
2016-12-08 20:49 [PATCH] Update php to 7.0.14 Julien Lepiller
@ 2016-12-09 8:59 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2016-12-09 8:59 UTC (permalink / raw)
To: Julien Lepiller, guix-devel
[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]
Julien Lepiller <julien@lepiller.eu> writes:
> Hi,
>
> here is the new version of php.
> 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(-)
Thanks, applied!
>
> 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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-09 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 20:49 [PATCH] Update php to 7.0.14 Julien Lepiller
2016-12-09 8:59 ` Marius Bakke
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).