mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: lz4: Update to 1.10.0.
* gnu/packages/compression.scm (lz4): Update to 1.10.0. Change-Id: Idebb9d2b3bc992a225e1db4409542be8ef596b6f
This commit is contained in:
parent
091fa030fe
commit
6247152436
1 changed files with 2 additions and 2 deletions
|
|
@ -1040,14 +1040,14 @@ decompression of some loosely related file formats used by Microsoft.")
|
|||
(define-public lz4
|
||||
(package
|
||||
(name "lz4")
|
||||
(version "1.9.3")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/lz4/lz4")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1w02kazh1fps3sji2sn89fz862j1199c5ajrqcgl1bnlxj09kcbz"))
|
||||
(base32 "12sfwid95zhk2r2ijpwwknc5a2xlll2s9xhf0s21ca2jkygvblgx"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs (list "out" "static"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue