mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-ulikunitz-xz: Update to 0.5.11.
* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.11. [source]: Use 'git-file-name'. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
d7e6c3cae0
commit
48ec6188d7
1 changed files with 3 additions and 3 deletions
|
@ -193,16 +193,16 @@ time, as otherwise the internal gzip library will likely be faster.")
|
||||||
(define-public go-github-com-ulikunitz-xz
|
(define-public go-github-com-ulikunitz-xz
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-ulikunitz-xz")
|
(name "go-github-com-ulikunitz-xz")
|
||||||
(version "0.5.8")
|
(version "0.5.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ulikunitz/xz.git")
|
(url "https://github.com/ulikunitz/xz.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xnsymi5fmmm734bi4c6z57p5cvnyxlpi29yxs4v21w5k763aypd"))))
|
(base32 "1hbs3x7s7d5ch6ipaqi265w0fwpijs0j19xdbhbjjsyr4khxbqd0"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/ulikunitz/xz"))
|
`(#:import-path "github.com/ulikunitz/xz"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue