gnu: libpsl: Update to 0.15.0.

* gnu/packages/web.scm (libpsl): Update to 0.15.0.
master
Tobias Geerinckx-Rice 2016-11-14 13:55:12 +01:00
parent 7ca37da855
commit 88eaed6174
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ for efficient socket-like bidirectional reliable communication channels.")
(define-public libpsl (define-public libpsl
(package (package
(name "libpsl") (name "libpsl")
(version "0.14.0") (version "0.15.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/" (uri (string-append "https://github.com/rockdaboot/libpsl/"
@ -469,7 +469,7 @@ for efficient socket-like bidirectional reliable communication channels.")
"/libpsl-" version ".tar.gz")) "/libpsl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yrfkwjw5b9y9qb4xqw7g0hk0wdscay701c1wkg8fp7lxny99iz8")))) "0wm9i3qshfdasd5s5nrdihl4f5c6zrd1nkqrqjnh7zhhv1an755m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("icu4c" ,icu4c) `(("icu4c" ,icu4c)