guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: php: Update to 7.2.3.


From: Tobias Geerinckx-Rice
Subject: 10/12: gnu: php: Update to 7.2.3.
Date: Thu, 1 Mar 2018 16:21:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bb47da4a6ad012eb32a3792a9bf7337996f1c41e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 1 18:21:25 2018 +0100

    gnu: php: Update to 7.2.3.
    
    * gnu/packages/php.scm (php): Update to 7.2.3.
---
 gnu/packages/php.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index b9a5eb4..1ed3dc7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -52,7 +53,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.2.1")
+    (version "7.2.3")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -60,7 +61,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08l8zmp8wbavq6wlgx19irz59csb44jhbsr172bfsq36v8pzhv3c"))
+                "07v5bq5b97zdqwmig6sxqsdb50vdf04w6jzmjq5kqh9gaqdlzadk"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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