guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: php: Update to 7.4.5.


From: guix-commits
Subject: branch master updated: gnu: php: Update to 7.4.5.
Date: Sun, 19 Apr 2020 16:57:57 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4313e6e  gnu: php: Update to 7.4.5.
4313e6e is described below

commit 4313e6ec552a83082410a7f32660b84f7fc19554
Author: Julien Lepiller <address@hidden>
AuthorDate: Sun Apr 19 22:57:16 2020 +0200

    gnu: php: Update to 7.4.5.
    
    * gnu/packages/php.scm (php): Update to 7.4.5.
---
 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 77063b9..438e9fc 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016 Julien Lepiller <address@hidden>
+;;; Copyright © 2016-2020 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
@@ -59,7 +59,7 @@
 (define-public php
   (package
     (name "php")
-    (version "7.4.4")
+    (version "7.4.5")
     (home-page "https://secure.php.net/";)
     (source (origin
               (method url-fetch)
@@ -67,7 +67,7 @@
                                   "php-" version ".tar.xz"))
               (sha256
                (base32
-                "0k57zj1z8kf8403rd72wymj08bswpa5ikcpzviw9mpykzp7c8wqq"))
+                "0b1wybhqjlnc94qzixhycg9i0w39fqlhm80mvbmd5i5xamzzsnfh"))
               (modules '((guix build utils)))
               (snippet
                '(with-directory-excursion "ext"



reply via email to

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