me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.4.22 [security fixes].

* gnu/packages/php.scm (php): Update to 7.4.22.
Tobias Geerinckx-Rice 2021-07-29 19:57:00 +02:00
parent 45235e67e4
commit c022c1e5b2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
(define-public php (define-public php
(package (package
(name "php") (name "php")
(version "7.4.21") (version "7.4.22")
(home-page "https://secure.php.net/") (home-page "https://secure.php.net/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -68,7 +68,7 @@
"php-" version ".tar.xz")) "php-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"141awf9fjg8ps1b1dv0j1xqvkax4p8cjc0i2zz11n906g153hhyg")) "1s5xjy1cchlg0vfxic73wy2wip8spfjr094hzzyc76plsbbqq1wf"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(with-directory-excursion "ext" '(with-directory-excursion "ext"