me
/
guix
Archived
1
0
Fork 0

gnu: libpsl: Update to 0.21.1.

* gnu/packages/web.scm (libpsl): Update to 0.21.1.
[source](uri): Adjust for new URL.
master
Marius Bakke 2020-07-24 22:40:25 +02:00
parent ca6ad3fb42
commit 574a5ea5a0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -1258,15 +1258,15 @@ perform the opening handshake in HTTP.")
(define-public libpsl (define-public libpsl
(package (package
(name "libpsl") (name "libpsl")
(version "0.21.0") (version "0.21.1")
(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/"
"releases/download/libpsl-" version "releases/download/" version
"/libpsl-" version ".tar.gz")) "/libpsl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04pfagb7ppq3yibx4lhazd1v9nwkxdfkyy2rgcrmrf3mldsirga1")))) "0k0d46bbh1jj2ll369f134vciplrzbqkg7fv9m62bl6lzghy2v5c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)