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

commit c274d0715b02cd9e86c4b9b90a4c68b5a7f51b70
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:42:33 2026 +0000

    gnu: go-github-com-gammazero-deque: Update to 1.2.1.
    
    * gnu/packages/golang-xyz.scm (go-github-com-gammazero-deque): Update to 
1.2.1.
    
    Change-Id: If20166eb4a12fa22c491ea7cde5fb9484f499e20
---
 gnu/packages/golang-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7dd7629524..e1805d88ce 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8926,16 +8926,16 @@ capacity.")
 (define-public go-github-com-gammazero-deque
   (package
     (name "go-github-com-gammazero-deque")
-    (version "1.0.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/gammazero/deque";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/gammazero/deque";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "017xy7cw5yzmfjixwx5bglcxhg9gyyrqjilqzvq3mrh2760idp1a"))))
+        (base32 "1wpdw8bassk46bzgxrd1wg4il8jzvr0b1lg0nm7q8pz3xvazp164"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to