guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f41704d92686624fe183902b9ce178e7d52ab69c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 17:15:13 2026 +0000

    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
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8ed63c5768..390945eb77 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

Reply via email to