summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index eddcddf1e4a..6e92fc3cb2c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8907,16 +8907,16 @@ Differentiation between text and binary files}.
(define-public go-github-com-gammazero-chanqueue
(package
(name "go-github-com-gammazero-chanqueue")
- (version "1.1.0")
+ (version "1.1.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gammazero/chanqueue")
- (commit (string-append "v" version))))
+ (url "https://github.com/gammazero/chanqueue")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ff4k2hmg9m1k9qjdr5cv1rdhls5iajpi4c3rdqwbmqnnaz7m5fr"))))
+ (base32 "0rga13q4g5jcc56z7n2azq179q6fb1i3zlm0bg1pvsaxkks23i1g"))))
(build-system go-build-system)
(arguments
(list