[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: php: Update to 7.4.19.
From: |
guix-commits |
Subject: |
branch master updated: gnu: php: Update to 7.4.19. |
Date: |
Thu, 06 May 2021 08:38:48 -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 1ebbf76 gnu: php: Update to 7.4.19.
1ebbf76 is described below
commit 1ebbf76862b01c92e6d6289612b66599e71ceaf3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 13:47:10 2021 +0200
gnu: php: Update to 7.4.19.
* gnu/packages/php.scm (php): Update to 7.4.19.
---
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 df7aac6..5e5b1c7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -60,7 +60,7 @@
(define-public php
(package
(name "php")
- (version "7.4.18")
+ (version "7.4.19")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -68,7 +68,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
- "1qdpqk1zzrh0kqni5kfb44kin1d0mrxa6l4v02ydq8cd28mz55xb"))
+ "1ck72j56a4xw2s8hirgblfh74g5nkf4xwllp9mlwn72198n1f5vc"))
(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.19.,
guix-commits <=