[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: php: Update to 7.2.8.
From: |
julien lepiller |
Subject: |
01/01: gnu: php: Update to 7.2.8. |
Date: |
Thu, 19 Jul 2018 15:30:10 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit fbf9274b940e6eeafa44cbf3a1b9f0c596c3b51c
Author: Julien Lepiller <address@hidden>
Date: Thu Jul 19 21:29:12 2018 +0200
gnu: php: Update to 7.2.8.
* gnu/packages/php.scm (php): Update to 7.2.8.
---
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 36e29bd..121ffab 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@
(define-public php
(package
(name "php")
- (version "7.2.7")
+ (version "7.2.8")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -70,7 +70,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1w1iix3hkwlgkr83zpr2wbnjzd8lwhy02i5hp1j1zbrv7caw00gb"))
+ "03zv1y8ygzsir60617hinpji3f4irk79zbp3ar1b8zcapq40gfjk"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"