[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
258/300: gnu: libpsl: Update to 0.21.5.
From: |
guix-commits |
Subject: |
258/300: gnu: libpsl: Update to 0.21.5. |
Date: |
Wed, 26 Mar 2025 18:38:00 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 922a85866666e31381ad4b43d08cf939400e57ef
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Sat Feb 8 03:02:49 2025 +0800
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
---
gnu/packages/web.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 498f0a2e91..f8519bbfa9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1984,7 +1984,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/"
@@ -1992,13 +1992,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")
- 234/300: gnu: ed: Update to 1.21., (continued)
- 234/300: gnu: ed: Update to 1.21., guix-commits, 2025/03/26
- 238/300: gnu: zstd: Update to 1.5.6., guix-commits, 2025/03/26
- 240/300: gnu: lzip: Update to 1.25., guix-commits, 2025/03/26
- 241/300: gnu: libunistring: Update to 1.3., guix-commits, 2025/03/26
- 244/300: gnu: bash: Update to 5.2.37., guix-commits, 2025/03/26
- 243/300: gnu: readline: update to 8.2.13., guix-commits, 2025/03/26
- 246/300: gnu: openssl-3.0: Update to 3.4.0., guix-commits, 2025/03/26
- 252/300: gnu: tcsh: Update to 6.24.15., guix-commits, 2025/03/26
- 253/300: gnu: libnftnl: Update to 1.2.8., guix-commits, 2025/03/26
- 255/300: gnu: libidn2: Update to 2.3.7., guix-commits, 2025/03/26
- 258/300: gnu: libpsl: Update to 0.21.5.,
guix-commits <=
- 257/300: gnu: gdbm: Update to 1.24., guix-commits, 2025/03/26
- 259/300: gnu: libtasn1: Update to 4.20.0., guix-commits, 2025/03/26
- 260/300: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a., guix-commits, 2025/03/26
- 261/300: gnu: binutils: Update to 2.44., guix-commits, 2025/03/26
- 262/300: gnu: sed: Update to 4.9., guix-commits, 2025/03/26
- 266/300: gnu: flex: Fix cross-compiling., guix-commits, 2025/03/26
- 271/300: squash! gnu: binutils: Update to 2.44., guix-commits, 2025/03/26
- 272/300: fixup! gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/03/26
- 273/300: squash! gexp: Improve support of Unicode characters., guix-commits, 2025/03/26
- 276/300: gnu: findutils: Update to 4.10.0., guix-commits, 2025/03/26