guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit a681b629c258d818c64b15fc9ea998e855ef30f1
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed May 28 11:14:51 2025 +0100

    gnu: go-github-com-gammazero-chanqueue: Update to 1.1.0.
    
    * gnu/packages/golang-xyz.scm (go-github-com-gammazero-chanqueue): Update 
to 1.1.0.
    
    Change-Id: Iced9cb8eb1ec87668a7e6fc2d427338792fce2b2
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5a10d9088a..ac12206807 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5968,7 +5968,7 @@ Differentiation between text and binary files}.
 (define-public go-github-com-gammazero-chanqueue
   (package
     (name "go-github-com-gammazero-chanqueue")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -5977,7 +5977,7 @@ Differentiation between text and binary files}.
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kji9blaqbphzrdr9b09c1lfm4vzj94m2ygwganw62byqg4hwy26"))))
+        (base32 "1ff4k2hmg9m1k9qjdr5cv1rdhls5iajpi4c3rdqwbmqnnaz7m5fr"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to