summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-09 13:33:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-10 02:37:15 +0100
commit3c3d20c8f35082e20251ec962997b12def2c3164 (patch)
tree6ba62865a8e6cf18359fd7f5720183ed372adef0
parent1d8e73ba67ed5d5dab497d31e77395615cc33448 (diff)
downloadguix-patches-3c3d20c8f35082e20251ec962997b12def2c3164.tar
guix-patches-3c3d20c8f35082e20251ec962997b12def2c3164.tar.gz
gnu: libpsl: Update to 0.19.1.
* gnu/packages/web.scm (libpsl): Update to 0.19.1.
-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 8d3c3430bb..41979f2e2a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -732,7 +732,7 @@ for efficient socket-like bidirectional reliable communication channels.")
(define-public libpsl
(package
(name "libpsl")
- (version "0.18.0")
+ (version "0.19.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/"
@@ -740,7 +740,7 @@ for efficient socket-like bidirectional reliable communication channels.")
"/libpsl-" version ".tar.gz"))
(sha256
(base32
- "00iids8ldsqnnndmcfjp6kc00lv7fawf5l24mpbdbkh98yazgc4i"))))
+ "0ydwi9m39qv6k7zagqx2kzxzf59ipxj9r0c71xmwngdx3fslclbk"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))