summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-08-18 01:58:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-08-18 01:58:58 +0200
commit8ac32b57d3debd0bc55dcb11fb487fe7f61fb293 (patch)
treee0a9ecd82f8495e26d66a56dfbd3647ccc9f70ff
parent2456d97bf6fc02783bf76572e2329d3a0de04e4f (diff)
gnu: libpsl: Update to 0.14.0.
* gnu/packages/web.scm (libpsl): Update to 0.14.0.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9106295061..d4b59ddece 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -453,7 +453,7 @@ for efficient socket-like bidirectional reliable communication channels.")
(define-public libpsl
(package
(name "libpsl")
- (version "0.13.0")
+ (version "0.14.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/"
@@ -461,7 +461,7 @@ for efficient socket-like bidirectional reliable communication channels.")
"/libpsl-" version ".tar.gz"))
(sha256
(base32
- "0afn2c4s2m65xifa5sfdll0s2gyqbh2q9k9nq4nsmx1b6c2i3i7x"))))
+ "1yrfkwjw5b9y9qb4xqw7g0hk0wdscay701c1wkg8fp7lxny99iz8"))))
(build-system gnu-build-system)
(inputs
`(("icu4c" ,icu4c)