mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
da42b1b012
commit
6f40f2b8fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue