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.15.


From: guix-commits
Subject: branch master updated: gnu: php: Update to 7.4.15.
Date: Mon, 08 Feb 2021 10:37:36 -0500

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

roptat pushed a commit to branch master
in repository guix.

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

commit 48650b0c3569222d53d29320ba97343dc4ef8038
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Feb 8 16:34:28 2021 +0100

    gnu: php: Update to 7.4.15.
    
    * gnu/packages/php.scm (php): Update to 7.4.15.
---
 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 ef26180..93428af 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.14")
+    (version "7.4.15")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -68,7 +68,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "11i8w12kyz2lx3fs4vv4l6ccca1znmmdf7dv3mn01ngwd5ww7wzr"))
+                "1f1wsi2frdbr9a3hvhmk3mmd7cwzf6mwya2akpzkwyygy1jrr1cv"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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