summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-02-08 03:02:49 +0800
committerZheng Junjie <z572@z572.online>2025-02-08 03:02:57 +0800
commitd59176336af97a1c8c28bb0c759284c83d3c0aed (patch)
treedbffa4cd67477b1686c464ab983919269c84d1de
parent23261be6b821b0cdda0539a6975bd8a5edbfb37a (diff)
gnu: libpsl: Update to 0.21.5.
* gnu/packages/web.scm (libpsl): Update to 0.21.5. [native-inputs]: Remove python-wrapper; add python-minimal. Remove label. Change-Id: I47fdbff04bd67df1b01ffe81dc52806ffe3317dd
-rw-r--r--gnu/packages/web.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d686cb58d6..5e2746b9fb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1928,7 +1928,7 @@ perform the opening handshake in HTTP.")
(define-public libpsl
(package
(name "libpsl")
- (version "0.21.1")
+ (version "0.21.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rockdaboot/libpsl/"
@@ -1936,13 +1936,12 @@ perform the opening handshake in HTTP.")
"/libpsl-" version ".tar.gz"))
(sha256
(base32
- "0k0d46bbh1jj2ll369f134vciplrzbqkg7fv9m62bl6lzghy2v5c"))))
+ "0272v94h89pg4zr9h47qdzy1m28y1v6xwm7nng0g6a5ix3m9rk0x"))))
(build-system gnu-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config)
-
- ;; For tests.
- ("python" ,python-wrapper)))
+ (list pkg-config
+ ;; For tests.
+ python-minimal))
(inputs
(list libidn2 libunistring))
(home-page "https://github.com/rockdaboot/libpsl")