[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/290: gnu: zstd: Update to 1.5.6.
From: |
guix-commits |
Subject: |
233/290: gnu: zstd: Update to 1.5.6. |
Date: |
Wed, 26 Mar 2025 18:38:22 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 2637e18bfaf08051eaf11315a76bc6701865528f
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Fri Feb 7 11:38:15 2025 +0800
gnu: zstd: Update to 1.5.6.
* gnu/packages/compression.scm (zstd): Update to 1.5.6
(zstd-1.5.6): Remove variable.
(pzstd): Inherit from zstd.
Change-Id: If0020d61c5516222f6a80bdc7b41c19732f359e1
---
gnu/packages/compression.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 85a1e7178f..917182e906 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -41,7 +41,7 @@
;;; Copyright © 2024 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
-;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024, 2025 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1763,14 +1763,14 @@ or junctions, and always follows hard links.")
(define-public zstd
(package
(name "zstd")
- (version "1.5.2")
+ (version "1.5.6")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/facebook/zstd/releases/download/"
"v" version "/zstd-" version ".tar.gz"))
(sha256
- (base32 "1l1zm1imcc2ixayykyh4y421shdj3pzp7g2xm2k2js8jmipxahkw"))))
+ (base32 "1h83si7s70jy7mcy0mv1c9mbkz66qqpawxs0zkmc3b1ayinf0acc"))))
(build-system gnu-build-system)
(outputs '("out" ;1.5MiB executables and documentation
"lib" ;1.2MiB shared library and headers
@@ -1807,7 +1807,7 @@ or junctions, and always follows hard links.")
(rename-file (string-append shared-libs "/libzstd.a")
(string-append static-libs
"/libzstd_static.lib"))
(delete-file-recursively
- (string-append shared-libs "/pkgconfig"))
+ (string-append shared-libs "/pkgconfig"))
;; no binary for interpreter `sh' found in $PATH
(delete-file (string-append out "/bin/zstdgrep"))
(delete-file (string-append out "/bin/zstdless"))
@@ -1885,12 +1885,12 @@ speed.")
(outputs '("out"))
(inputs
`(,@(if (%current-target-system)
- `(("googletest" ,googletest))
- '())))
+ `(("googletest" ,googletest))
+ '())))
(native-inputs
`(,@(if (%current-system)
- `(("googletest" ,googletest))
- '())))
+ `(("googletest" ,googletest))
+ '())))
(arguments
`(#:phases
(modify-phases %standard-phases
- 288/290: gnu: gash-boot: Remove input labels., (continued)
- 288/290: gnu: gash-boot: Remove input labels., guix-commits, 2025/03/26
- 287/290: gnu: bootar: Remove input label., guix-commits, 2025/03/26
- 290/290: gnu: gash-utils-boot: Use a gexp., guix-commits, 2025/03/26
- 289/290: gnu: gash-boot: Shorten symlinks., guix-commits, 2025/03/26
- 208/290: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/03/26
- 211/290: gnu: freeipmi: Fix build with gcc-14., guix-commits, 2025/03/26
- 216/290: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-inputs., guix-commits, 2025/03/26
- 220/290: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/03/26
- 222/290: gnu: gcc-4.7: Fix slash in startfile prefix., guix-commits, 2025/03/26
- 224/290: gexp: Attempt to set LC_CTYPE in compiled-modules., guix-commits, 2025/03/26
- 233/290: gnu: zstd: Update to 1.5.6.,
guix-commits <=
- 236/290: gnu: libunistring: Update to 1.3., guix-commits, 2025/03/26
- 235/290: gnu: lzip: Update to 1.25., guix-commits, 2025/03/26
- 249/290: gnu: iptables: Update to 1.8.11., guix-commits, 2025/03/26
- 251/290: gnu: nettle: Update to 3.10.1., guix-commits, 2025/03/26
- 254/290: gnu: libtasn1: Update to 4.20.0., guix-commits, 2025/03/26
- 255/290: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a., guix-commits, 2025/03/26
- 262/290: gnu: gnumach: Fix build., guix-commits, 2025/03/26
- 264/290: gnu: nvi: Fix build with gcc-14., guix-commits, 2025/03/26
- 265/290: gnu: commencement: gcc-boot0: Fix building on the 32bit Hurd., guix-commits, 2025/03/26
- 275/290: gnu: c-ares: Update to 1.34.4., guix-commits, 2025/03/26