Archived
1
0
Fork 0

gnu: rocksdb: Update to 6.5.2.

* gnu/packages/databases.scm (rocksdb): Update to 6.5.2.
This commit is contained in:
Marius Bakke 2019-12-19 19:15:21 +01:00
parent aa8f64b250
commit 2316f027f8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1128,7 +1128,7 @@ including field and record folding.")))
(define-public rocksdb (define-public rocksdb
(package (package
(name "rocksdb") (name "rocksdb")
(version "5.18.3") (version "6.5.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1137,7 +1137,7 @@ including field and record folding.")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1v2slmmr1dsgf8z0qcfg1y9x1al96859rg48b66p9nsawczd5zv9")) "01f5lcrcr809jhkkvxhv743hwpcxszj4r30hy9qy1i0mvjky02vf"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin