Skip to content
Snippets Groups Projects
Unverified Commit 177de537 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: libpsl: Update to 0.16.0.

* gnu/packages/web.scm (libpsl): Update to 0.16.0.
parent 426aecfd
No related branches found
No related tags found
No related merge requests found
......@@ -525,7 +525,7 @@ (define-public libwebsockets
(define-public libpsl
(package
(name "libpsl")
(version "0.16.0")
(version "0.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/"
......@@ -533,7 +533,7 @@ (define-public libpsl
"/libpsl-" version ".tar.gz"))
(sha256
(base32
"1ghhwrn3y047ngs6d59z6ssnx6f7zr3fjvxji17ln9r10sj4njvi"))))
"1srrd0iyz9p5xgl8q0hrzqg7p8cl9ar0cdb8f54hls4kllf3f80l"))))
(build-system gnu-build-system)
(inputs
`(("icu4c" ,icu4c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment