guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: php: Update to 7.4.4.


From: guix-commits
Subject: 01/10: gnu: php: Update to 7.4.4.
Date: Thu, 19 Mar 2020 22:24:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d82160134a48d01ad56b5b326b8f2020d60a1eab
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Mar 19 02:06:33 2020 +0100

    gnu: php: Update to 7.4.4.
    
    * gnu/packages/php.scm (php): Update to 7.4.4.
---
 gnu/packages/php.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 7bb88a7..e58d82d 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2019 Oleg Pykhalov <address@hidden>
 ;;;
@@ -59,7 +59,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.3")
+    (version "7.4.4")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -67,7 +67,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0alqqs5hn4jmz1adrbysbw92n55nkw6f9vfivqj829kwhxnqa7yg"))
+                "0k57zj1z8kf8403rd72wymj08bswpa5ikcpzviw9mpykzp7c8wqq"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]