guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: php: Update to 7.3.11.


From: guix-commits
Subject: 01/01: gnu: php: Update to 7.3.11.
Date: Thu, 24 Oct 2019 14:38:44 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 571ed9fd2bb942b8130e65b0cfdf77af6b1ed208
Author: Julien Lepiller <address@hidden>
Date:   Thu Oct 24 20:37:20 2019 +0200

    gnu: php: Update to 7.3.11.
    
    * gnu/packages/php.scm (php): Update to 7.3.11.
---
 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 ca7f0ee..b144a6b 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -58,7 +58,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.3.8")
+    (version "7.3.11")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -66,7 +66,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "19fm990yl97fq538lkp0m1imbp30qrx7785x211w1n15wqm6n17n"))
+                "088hl1gyjr7a8ipdzylwy00c4xmvywn7mh2r1i4yja5c9d3gcz35"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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