1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02:00

gnu: rocksdb: Update to 10.4.2.

This also fixes the build.

* gnu/packages/databases.scm (rocksdb): Update to 10.4.2.

Change-Id: Ie8ef50abaf735093b2d52caf96739b83c8f505c9
This commit is contained in:
Andreas Enge
2025-08-05 15:27:38 +02:00
parent da42b1b012
commit 6f40f2b8fb

View File

@@ -1996,7 +1996,7 @@ including field and record folding.")
(define-public rocksdb
(package
(name "rocksdb")
(version "6.26.1")
(version "10.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2005,7 +2005,7 @@ including field and record folding.")
(file-name (git-file-name name version))
(sha256
(base32
"0mylma106w93kxhj89g9y1ccdq7m9m94wrmv5nyr17yc1zsk87sg"))
"1cgr33qv639fyx067sg8nsy8mnfac9xgmmw2qwi2bcmir777ma4q"))
(modules '((guix build utils)))
(snippet
'(begin