guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 6d8130a938cabd0609c9980d3bf3aad2467203b1
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 c4d99bc0c7..eddcddf1e4 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8939,16 +8939,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