~ruther/guix-local

f87404fb76723e6c98e076f590f0c2b5064f1b13 — Simen Endsjø 4 months ago 6995705
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 <ludo@gnu.org>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +3 -2
@@ 66,6 66,7 @@
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
;;; Copyright © 2025 Philippe Swartvagher <phil.swart@gmx.fr>
;;; Copyright © 2025 Simen Endsjø <contact@simendsjo.me>
;;;
;;; 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