unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26485: update php to 7.1.4
@ 2017-04-13 17:08 Julien Lepiller
  2017-04-13 18:32 ` Leo Famulari
  2017-04-13 18:36 ` Arun Isaac
  0 siblings, 2 replies; 5+ messages in thread
From: Julien Lepiller @ 2017-04-13 17:08 UTC (permalink / raw)
  To: 26485

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

Hi,

a new version of PHP has just been released. Here is a patch to
update it.

[-- Attachment #2: 0001-gnu-php-Update-to-7.1.4.patch --]
[-- Type: text/x-patch, Size: 1090 bytes --]

From cde576b4163af51c928f56137547d8060d4b911b Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Thu, 13 Apr 2017 15:16:26 +0200
Subject: [PATCH] gnu: php: Update to 7.1.4.

* gnu/packages/php.scm (php): Update to 7.1.4.
---
 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 071820e..a40568e 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -53,7 +53,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.1.3")
+    (version "7.1.4")
     (home-page "https://secure.php.net/")
     (source (origin
               (method url-fetch)
@@ -61,7 +61,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1c0brdq5aqh4i127pq1g904dfb6klz2gbg9gjvykg3kp6hk7r274"))
+                "02rh1lcfj2hakyls73gwn6w00yblnfh4883w13gn7sgkmn346lbi"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"
-- 
2.7.4


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

end of thread, other threads:[~2017-04-14  5:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 17:08 bug#26485: update php to 7.1.4 Julien Lepiller
2017-04-13 18:32 ` Leo Famulari
2017-04-13 18:36 ` Arun Isaac
2017-04-13 21:08   ` Ludovic Courtès
2017-04-14  5:32     ` Arun Isaac

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).