aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2018-09-15 21:04:44 +0200
committerJulien Lepiller <julien@lepiller.eu>2018-09-15 21:06:08 +0200
commit636579210f8098c86cc790837c459295f482cc38 (patch)
tree4f79d9e57cd1c2c60dca1d88ed82e4406d8ba1e2
parente8079dd9e413075b63dd5b35a39647303ca5e83b (diff)
downloadguix-636579210f8098c86cc790837c459295f482cc38.tar
guix-636579210f8098c86cc790837c459295f482cc38.tar.gz
gnu: php: Update to 7.2.10.
* gnu/packages/php.scm (php): Update to 7.2.10.
-rw-r--r--gnu/packages/php.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 4981c60554..c78902c97c 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -63,7 +63,7 @@
(define-public php
(package
(name "php")
- (version "7.2.8")
+ (version "7.2.10")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@@ -71,7 +71,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "03zv1y8ygzsir60617hinpji3f4irk79zbp3ar1b8zcapq40gfjk"))
+ "1w0432i5wjga9z8x3rhc72h2ij1jd2aimg5xmhc0hg4f7951bhh1"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"
@@ -237,6 +237,7 @@
;; but with different error messages.
;; Expects "illegal character", instead gets "unknown error (84)".
"ext/iconv/tests/bug52211.phpt"
+ "ext/iconv/tests/bug60494.phpt"
;; Expects "wrong charset", gets unknown error (22).
"ext/iconv/tests/iconv_mime_decode_variation3.phpt"
"ext/iconv/tests/iconv_strlen_error2.phpt"