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:
Troy Figiel 2024-03-08 15:31:57 +01:00 committed by Sharlatan Hellseher
parent d7e6c3cae0
commit 48ec6188d7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -193,16 +193,16 @@ (define-public go-github-com-nwaples-rardecode-v2
(define-public go-github-com-ulikunitz-xz
(package
(name "go-github-com-ulikunitz-xz")
(version "0.5.8")
(version "0.5.11")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ulikunitz/xz.git")
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32 "1xnsymi5fmmm734bi4c6z57p5cvnyxlpi29yxs4v21w5k763aypd"))))
(base32 "1hbs3x7s7d5ch6ipaqi265w0fwpijs0j19xdbhbjjsyr4khxbqd0"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/ulikunitz/xz"))