GNU bug report logs -
#76845
[PATCH 0/2] Update zstd and pzstd.
Previous Next
To reply to this bug, email your comments to 76845 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76845
; Package
guix-patches
.
(Fri, 07 Mar 2025 21:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 07 Mar 2025 21:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
No dependent packages for either package.
Greg Hogan (2):
gnu: zstd: Update to 1.5.7.
gnu: pzstd: Update to 1.5.7.
gnu/packages/compression.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
base-commit: ad01d433adce750282f09c0499285573a538dcaf
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76845
; Package
guix-patches
.
(Fri, 07 Mar 2025 21:39:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76845 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/compression.scm (pzstd): Inherit from zstd-1.5.7.
Change-Id: I782e605f82476273b918ebdc5727b8d3d8b9eeaa
---
gnu/packages/compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index d575491bf29..b8acbd85c3c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1860,7 +1860,7 @@ (define-public zstd-1.5.7
(base32 "18vgkvh7w6zw4jn2aj1mp0yv98m4fk52ay6da0wh4pm194gyaczb"))))))
(define-public pzstd
- (package/inherit zstd-1.5.6
+ (package/inherit zstd-1.5.7
(name "pzstd")
(outputs '("out"))
(inputs
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76845
; Package
guix-patches
.
(Fri, 07 Mar 2025 21:39:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76845 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/compression.scm: Rename zstd-1.5.6 to zstd-1.5.7 and
update package to version 1.5.7.
Change-Id: I8886429a59ecffc8120214cf5cf664ef97dc21c3
---
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 cdb029b225e..d575491bf29 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1845,19 +1845,19 @@ (define-public zstd
license:public-domain ; zlibWrapper/examples/fitblk*
license:zlib)))) ; zlibWrapper/{gz*.c,gzguts.h}
-(define-public zstd-1.5.6
+(define-public zstd-1.5.7
(package
(inherit zstd)
;; Don't hide this package from the UI.
(properties '())
- (version "1.5.6")
+ (version "1.5.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/facebook/zstd/releases/download/"
"v" version "/zstd-" version ".tar.gz"))
(sha256
- (base32 "1h83si7s70jy7mcy0mv1c9mbkz66qqpawxs0zkmc3b1ayinf0acc"))))))
+ (base32 "18vgkvh7w6zw4jn2aj1mp0yv98m4fk52ay6da0wh4pm194gyaczb"))))))
(define-public pzstd
(package/inherit zstd-1.5.6
--
2.48.1
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.