Message ID | 73189fbdd2d4d7b4af17efc0424270a8c1182020.1727599850.git.poptsov.artyom@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#73550] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12. | expand |
Hi, It looks trivial for me, QA may be lag behind. If you could check how many dependents it have and all of them are built just fine go ahead and push that patch. Thanks, Oleg
Hello, > If you could check how many dependents it have and all > of them are built just fine go ahead and push that patch. I've already checked all dependents of the package before sending the patch. Everything builds fine. However I'm still waiting for answer on my questions about commit signing as I'm not sure what key should I use for it. - avp
Pushed as b522b468cbefcae6170e260ffadadb57f6f5ca54 to master. Thanks, Oleg
diff --git a/gnu/packages/golang-compression.scm b/gnu/packages/golang-compression.scm index be7af6f894..d26d775a42 100644 --- a/gnu/packages/golang-compression.scm +++ b/gnu/packages/golang-compression.scm @@ -388,7 +388,7 @@ (define-public go-github-com-pierrec-lz4-v4 (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 @@ (define-public go-github-com-ulikunitz-xz (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1hbs3x7s7d5ch6ipaqi265w0fwpijs0j19xdbhbjjsyr4khxbqd0")))) + (base32 "09n4zawzycab4mmk20sv0490xrx9ighv25g5hj578vsjgzz842n1")))) (build-system go-build-system) (arguments (list