diff mbox series

[bug#73550] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.

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

Commit Message

Artyom V. Poptsov Sept. 29, 2024, 8:50 a.m. UTC
* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.12.

Change-Id: I3c040d09dddbfb0e7384c1d41b9962507047e402
---
 gnu/packages/golang-compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 2263c61aef3fbc374b2eae8abcd1498d19ad7124

Comments

Sharlatan Hellseher Oct. 1, 2024, 12:52 p.m. UTC | #1
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
Artyom V. Poptsov Oct. 1, 2024, 5:04 p.m. UTC | #2
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
Sharlatan Hellseher Oct. 2, 2024, 1:44 p.m. UTC | #3
Pushed as b522b468cbefcae6170e260ffadadb57f6f5ca54 to master.

Thanks,
Oleg
diff mbox series

Patch

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