[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: php: Update to 7.4.14.
From: |
guix-commits |
Subject: |
branch master updated: gnu: php: Update to 7.4.14. |
Date: |
Thu, 07 Jan 2021 11:18:48 -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 d033540 gnu: php: Update to 7.4.14.
d033540 is described below
commit d033540e6c113323089403a26e39f9a288c9c857
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Jan 7 17:18:05 2021 +0100
gnu: php: Update to 7.4.14.
* gnu/packages/php.scm (php): Update to 7.4.14.
---
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 5a56b59..ef26180 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
(define-public php
(package
(name "php")
- (version "7.4.13")
+ (version "7.4.14")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
- "1x402vsg3zq8mbar2fwln85vmvdvmrxm8q4ma8333hms78z31bdf"))
+ "11i8w12kyz2lx3fs4vv4l6ccca1znmmdf7dv3mn01ngwd5ww7wzr"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: php: Update to 7.4.14.,
guix-commits <=