unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 26485@debbugs.gnu.org
Subject: bug#26485: update php to 7.1.4
Date: Thu, 13 Apr 2017 19:08:36 +0200	[thread overview]
Message-ID: <20170413190836.719b54f8@lepiller.eu> (raw)

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


             reply	other threads:[~2017-04-13 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13 17:08 Julien Lepiller [this message]
2017-04-13 18:32 ` bug#26485: update php to 7.1.4 Leo Famulari
2017-04-13 18:36 ` Arun Isaac
2017-04-13 21:08   ` Ludovic Courtès
2017-04-14  5:32     ` Arun Isaac

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20170413190836.719b54f8@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=26485@debbugs.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 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).