guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Update php to 7.0.14


From: Marius Bakke
Subject: Re: [PATCH] Update php to 7.0.14
Date: Fri, 09 Dec 2016 09:59:21 +0100
User-agent: Notmuch/0.23.3 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Julien Lepiller <address@hidden> writes:

> Hi,
>
> here is the new version of php.
> From 666341c08cbf871be73d716be7ae3e053b5b110d Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <address@hidden>
> 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]