guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: php: Update to 7.4.10.


From: guix-commits
Subject: branch master updated: gnu: php: Update to 7.4.10.
Date: Fri, 04 Sep 2020 05:01:20 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new eb33280  gnu: php: Update to 7.4.10.
eb33280 is described below

commit eb3328004ebf69d258b1afc46b5cab010c1a4a26
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 4 10:57:00 2020 +0200

    gnu: php: Update to 7.4.10.
    
    * gnu/packages/php.scm (php): Update to 7.4.10.
---
 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 8297a6a..18fc9f1 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.9")
+    (version "7.4.10")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -68,7 +68,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0yy5gms3yk24m6c5z4g0sqhcymzxqpmkh0fgrsyvxlcac153ywr3"))
+                "045h9zb0mw369n35gd4mp5yhwh62akp0s43vg255i122n400pnf2"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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