* [bug#74195] [PATCH 0/2] Bump zstd and pzstd versions
@ 2024-11-03 23:46 Aaron Covrig via Guix-patches via
2024-11-04 0:15 ` [bug#74195] [PATCH 1/2] gnu: Bump zstd to version 1.5.6 Aaron Covrig via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-11-03 23:46 UTC (permalink / raw)
To: 74195; +Cc: Aaron Covrig
This bumps up the latest availible zstd version to 1.5.6 while
preserving the existing zstd package (zstd vs zstd-1.5.6); additionally
it bumps pzstd to use zstd-1.5.6 instead of zstd
Aaron Covrig (2):
gnu: Bump zstd to version 1.5.6
gnu: Bump pzstd to version 1.5.6
gnu/packages/compression.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
base-commit: 8964dfdb84f7d21dbc89c217ca4f4546a15990af
--
2.46.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#74195] [PATCH 1/2] gnu: Bump zstd to version 1.5.6
2024-11-03 23:46 [bug#74195] [PATCH 0/2] Bump zstd and pzstd versions Aaron Covrig via Guix-patches via
@ 2024-11-04 0:15 ` Aaron Covrig via Guix-patches via
2024-11-04 0:15 ` [bug#74195] [PATCH 2/2] gnu: Bump pzstd " Aaron Covrig via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-11-04 0:15 UTC (permalink / raw)
To: 74195; +Cc: Aaron Covrig
* gnu/packages/compression.scm (zstd-1.5.6): Bump version to 1.5.6
---
gnu/packages/compression.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 97696ff0ef..72f7a30e0b 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1824,19 +1824,19 @@ (define-public zstd
license:public-domain ; zlibWrapper/examples/fitblk*
license:zlib)))) ; zlibWrapper/{gz*.c,gzguts.h}
-(define-public zstd-1.5.5
+(define-public zstd-1.5.6
(package
(inherit zstd)
;; Don't hide this package from the UI.
(properties '())
- (version "1.5.5")
+ (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 "1r1ydmj7ib3g5372yj3k40vl3b9ax0154qg2lqcy7ylwhb69chww"))))))
+ (base32 "1h83si7s70jy7mcy0mv1c9mbkz66qqpawxs0zkmc3b1ayinf0acc"))))))
(define-public pzstd
(package/inherit zstd
base-commit: 8964dfdb84f7d21dbc89c217ca4f4546a15990af
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-04 0:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 23:46 [bug#74195] [PATCH 0/2] Bump zstd and pzstd versions Aaron Covrig via Guix-patches via
2024-11-04 0:15 ` [bug#74195] [PATCH 1/2] gnu: Bump zstd to version 1.5.6 Aaron Covrig via Guix-patches via
2024-11-04 0:15 ` [bug#74195] [PATCH 2/2] gnu: Bump pzstd " Aaron Covrig via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.