nckx pushed a commit to branch master
in repository guix.

commit d1c37def6e22fa4e171a96f97347220cf2ed5aa9
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Aug 13 05:26:02 2020 +0200

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

Reply via email to