guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f87404fb76723e6c98e076f590f0c2b5064f1b13
Author: Simen Endsjø <[email protected]>
AuthorDate: Thu Oct 9 21:51:26 2025 +0200

    gnu: valkey-7: Update to 7.2.11.
    
    * gnu/packages/databases.scm (valkey-7): Update to 7.2.11.
    
    Change-Id: I732e7641f4097e1b49d968a62eb69f12e8306970
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 28141d4cbc..0a330d3181 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -66,6 +66,7 @@
 ;;; Copyright © 2024 gemmaro <[email protected]>
 ;;; Copyright © 2025 Ashvith Shetty <[email protected]>
 ;;; Copyright © 2025 Philippe Swartvagher <[email protected]>
+;;; Copyright © 2025 Simen Endsjø <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3135,7 +3136,7 @@ sets, bitmaps and hyperloglogs.")
   (package
     (name "valkey")
     ;; For compatibility, keep in sync with redis version.
-    (version "7.2.6")
+    (version "7.2.11")
     (source
      (origin
        (method git-fetch)
@@ -3144,7 +3145,7 @@ sets, bitmaps and hyperloglogs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01pbaprl6nwrwv9382i033w8sslqainws0b22b3l1lzladdawrwx"))
+        (base32 "099523fqbya1xc87spwdxi5nld48r1di31q6zpn252nny0xbrdcb"))
        (modules '((guix build utils)))
        (snippet
         ;; Delete bundled jemalloc, as the package will use the libc one

Reply via email to