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


From: guix-commits
Subject: branch master updated: gnu: php: Update to 7.4.7.
Date: Thu, 11 Jun 2020 10:05:30 -0400

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 82b9ed4  gnu: php: Update to 7.4.7.
82b9ed4 is described below

commit 82b9ed4eae78cd9dd672c4ecea16c9270e2a95a4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Jun 11 15:44:21 2020 +0200

    gnu: php: Update to 7.4.7.
    
    * gnu/packages/php.scm (php): Update to 7.4.7.
---
 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 8cd8cac..6d9f46e 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.6")
+    (version "7.4.7")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -68,7 +68,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0ck8s3zlqnkswwmz3p1bgma7ddjsx9j9sdlz5di1jc7nhhpk4h6p"))
+                "1brgnp11vpy1619cx0cncih02rg2k20wllm21vxbd2nd4j7qymak"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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