summary refs log tree commit diff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2018-03-30 23:21:56 +0200
committerJulien Lepiller <julien@lepiller.eu>2018-03-30 23:22:18 +0200
commita7baa201cb4ef934711132100140107563c26117 (patch)
treeadb52d0ef29d96e1a5e6ac9a75a63f138fd3b081 /gnu/packages/php.scm
parent4bd8a9d8e288c96d69c92cd20d59d9729e73d988 (diff)
downloadguix-a7baa201cb4ef934711132100140107563c26117.tar.gz
gnu: Update php to 7.2.4.
* gnu/packages/php.scm (php): Update to 7.2.4.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index f3f279a533..ca0ea4a384 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -62,7 +62,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.2.3")
+    (version "7.2.4")
     (home-page "https://secure.php.net/")
     (source (origin
               (method url-fetch)
@@ -70,7 +70,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "07v5bq5b97zdqwmig6sxqsdb50vdf04w6jzmjq5kqh9gaqdlzadk"))
+                "123s0lbyz4fxr3kk91r4v658mk899dym36lggxnx9pwd2jyv25kr"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"