mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Bump pzstd to version 1.5.6
* gnu/packages/compression.scm (pzstd): Bump to version 1.5.6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4493ec418d
commit
b2bd56f8fe
1 changed files with 1 additions and 1 deletions
|
@ -1839,7 +1839,7 @@ (define-public zstd-1.5.6
|
|||
(base32 "1h83si7s70jy7mcy0mv1c9mbkz66qqpawxs0zkmc3b1ayinf0acc"))))))
|
||||
|
||||
(define-public pzstd
|
||||
(package/inherit zstd
|
||||
(package/inherit zstd-1.5.6
|
||||
(name "pzstd")
|
||||
(outputs '("out"))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue