unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73550] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.
@ 2024-09-29  8:50 Artyom V. Poptsov
  2024-10-01 12:52 ` Sharlatan Hellseher
  2024-10-02 13:44 ` bug#73550: " Sharlatan Hellseher
  0 siblings, 2 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-09-29  8:50 UTC (permalink / raw)
  To: 73550; +Cc: Artyom V. Poptsov

* 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(-)

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

base-commit: 2263c61aef3fbc374b2eae8abcd1498d19ad7124
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#73550] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.
  2024-09-29  8:50 [bug#73550] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12 Artyom V. Poptsov
@ 2024-10-01 12:52 ` Sharlatan Hellseher
  2024-10-01 17:04   ` Artyom V. Poptsov
  2024-10-02 13:44 ` bug#73550: " Sharlatan Hellseher
  1 sibling, 1 reply; 4+ messages in thread
From: Sharlatan Hellseher @ 2024-10-01 12:52 UTC (permalink / raw)
  To: 73550; +Cc: Artyom V. Poptsov

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 359 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#73550] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.
  2024-10-01 12:52 ` Sharlatan Hellseher
@ 2024-10-01 17:04   ` Artyom V. Poptsov
  0 siblings, 0 replies; 4+ messages in thread
From: Artyom V. Poptsov @ 2024-10-01 17:04 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 73550

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

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

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#73550: [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12.
  2024-09-29  8:50 [bug#73550] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12 Artyom V. Poptsov
  2024-10-01 12:52 ` Sharlatan Hellseher
@ 2024-10-02 13:44 ` Sharlatan Hellseher
  1 sibling, 0 replies; 4+ messages in thread
From: Sharlatan Hellseher @ 2024-10-02 13:44 UTC (permalink / raw)
  To: 73550-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Pushed as b522b468cbefcae6170e260ffadadb57f6f5ca54 to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-02 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29  8:50 [bug#73550] [PATCH] gnu: go-github-com-ulikunitz-xz: Update to 0.5.12 Artyom V. Poptsov
2024-10-01 12:52 ` Sharlatan Hellseher
2024-10-01 17:04   ` Artyom V. Poptsov
2024-10-02 13:44 ` bug#73550: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).