me
/
guix
Archived
1
0
Fork 0

gnu: php: Update to 7.3.12.

* gnu/packages/php.scm (php): Update to 7.3.12.
master
Julien Lepiller 2019-11-22 19:46:24 +01:00
parent 1ee72bb55b
commit ee4db149c2
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
(define-public php
(package
(name "php")
(version "7.3.11")
(version "7.3.12")
(home-page "https://secure.php.net/")
(source (origin
(method url-fetch)
@ -67,7 +67,7 @@
"php-" version ".tar.xz"))
(sha256
(base32
"088hl1gyjr7a8ipdzylwy00c4xmvywn7mh2r1i4yja5c9d3gcz35"))
"1psmv3yw21rng2qqwck2b5w190s8q76qi35gqrh8i0mdc6c5xzma"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "ext"