gnu: rocksdb: Update to 5.18.3.

* gnu/packages/databases.scm (rocksdb): Update to 5.18.3.
This commit is contained in:
Marius Bakke 2019-03-04 14:32:19 +01:00
parent 6a7ef08aa9
commit 5ae458befc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -836,7 +836,7 @@ (define-public recutils
(define-public rocksdb (define-public rocksdb
(package (package
(name "rocksdb") (name "rocksdb")
(version "5.15.10") (version "5.18.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -845,7 +845,7 @@ (define-public rocksdb
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0q26frbj9pykarcfa0yxgwncxlvsqhjkby0jrbfs1a8srja688r4")) "1v2slmmr1dsgf8z0qcfg1y9x1al96859rg48b66p9nsawczd5zv9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin