diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-14 00:58:14 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:43 +0100 |
| commit | 5d14572d29ca23fa406d74343f63ca6c19a9d918 (patch) | |
| tree | 2b5bb609d9abc520beec1bf1017745e967234fdb /gnu | |
| parent | 138c9f6445695c01227468a2b3404178652ae99f (diff) | |
gnu: go-github-com-gammazero-chanqueue: Update to 1.1.2.
* gnu/packages/golang-xyz.scm (go-github-com-gammazero-chanqueue): Update to 1.1.2.
Change-Id: Ia7b56ce9a1569e78412a4a31c854ec3bd8894dc0
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 8 |
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 |
