diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 17:15:13 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 17:15:13 +0000 |
| commit | f41704d92686624fe183902b9ce178e7d52ab69c (patch) | |
| tree | 8718f8d1424f6a1bedac4e96438e167e0599c3a0 | |
| parent | c5f168f66da7676eecfbd4e1260a2f7a0086d38d (diff) | |
gnu: go-github-com-redis-go-redis-v9: Update to 9.17.3.
* gnu/packages/golang-xyz.scm (go-github-com-redis-go-redis-v9): Update to 9.17.3.
Change-Id: Ia2692fb54d0898503b7f91c6de871a7aa4b05f8d
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 8ed63c5768c..390945eb778 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -19651,7 +19651,7 @@ policy.") (define-public go-github-com-redis-go-redis-v9 (package (name "go-github-com-redis-go-redis-v9") - (version "9.13.0") + (version "9.17.3") (source (origin (method git-fetch) @@ -19660,7 +19660,7 @@ policy.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19scv5fbwacrbpv329w2a48z1w5wmxi7ax93bp1p398k4yqx6izf")) + (base32 "1d66g7sdgimiyd7aal8zay7h1p42pd4v8frl7lik79cqmyb17q6q")) (modules '((guix build utils))) (snippet #~(begin |
