guix_mirror_bot pushed a commit to branch c++-libraries in repository guix.
commit bba4f01e383f916924fad61a0b992c68f07b7b93 Author: Ashish SHUKLA <[email protected]> AuthorDate: Sun Feb 2 13:29:39 2025 +0000 gnu: libzip: Update to 1.11.4. * gnu/packages/compression.scm (libzip): Update to 1.11.4. Change-Id: I02c4d79f719ec54116968f11bbbeb64fbcfdad13 Signed-off-by: Greg Hogan <[email protected]> --- gnu/packages/compression.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 65e545db00..d707a6cc2e 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -2141,14 +2141,14 @@ timestamps in the file header with a fixed time (1 January 2008). (define-public libzip (package (name "libzip") - (version "1.9.2") + (version "1.11.4") (source (origin (method url-fetch) (uri (string-append "https://libzip.org/download/libzip-" version ".tar.xz")) (sha256 (base32 - "0dsrpb1faywhm0j8akx21gp7cn99wpz3h543jw8r7p5jnx99hgn9")))) + "0yq9sw71i4yq1330xp0a27g8ilx951pjmc8k2k8zdrp3s5bpy94a")))) (native-inputs (list perl pkg-config)) (inputs
