mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.
* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.12. Change-Id: I3c040d09dddbfb0e7384c1d41b9962507047e402 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4a0e2cff11
commit
b522b468cb
1 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ LZ4 data blocks. The implementation is based on the reference C
|
|||
(define-public go-github-com-ulikunitz-xz
|
||||
(package
|
||||
(name "go-github-com-ulikunitz-xz")
|
||||
(version "0.5.11")
|
||||
(version "0.5.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -397,7 +397,7 @@ LZ4 data blocks. The implementation is based on the reference C
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hbs3x7s7d5ch6ipaqi265w0fwpijs0j19xdbhbjjsyr4khxbqd0"))))
|
||||
(base32 "09n4zawzycab4mmk20sv0490xrx9ighv25g5hj578vsjgzz842n1"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue