summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-25 16:31:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-26 20:13:10 +0100
commit4ff3484f1e7d0dccd67a94ae805d4ea41cdf675c (patch)
tree2088a21a4c4ac59552b792689592890288b0dd36
parent57e7d7486ba17d7b5407ebc429ce8553460371ea (diff)
downloadguix-patches-4ff3484f1e7d0dccd67a94ae805d4ea41cdf675c.tar
guix-patches-4ff3484f1e7d0dccd67a94ae805d4ea41cdf675c.tar.gz
gnu: libpsl: Update to 0.20.0.
* gnu/packages/web.scm (libpsl): Update to 0.20.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 d597d2bfb6..b5a54f686b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -796,7 +796,7 @@ for efficient socket-like bidirectional reliable communication channels.")
(define-public libpsl
(package
(name "libpsl")
- (version "0.19.1")
+ (version "0.20.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/"
@@ -804,7 +804,7 @@ for efficient socket-like bidirectional reliable communication channels.")
"/libpsl-" version ".tar.gz"))
(sha256
(base32
- "0ydwi9m39qv6k7zagqx2kzxzf59ipxj9r0c71xmwngdx3fslclbk"))))
+ "0rsjm6mb71nnj6ikr2dq5qmny314v3j7m07zz1i7m6v8hxxm98i7"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))