gnu: rocksdb: Update to 5.15.10.

* gnu/packages/databases.scm (rocksdb): Update to 5.15.10.
This commit is contained in:
Marius Bakke 2018-09-27 17:27:31 +02:00
parent 8dd3665883
commit e2568df74e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -988,7 +988,7 @@ (define-public recutils
(define-public rocksdb
(package
(name "rocksdb")
(version "5.12.4")
(version "5.15.10")
(source (origin
(method git-fetch)
(uri (git-reference
@ -997,7 +997,7 @@ (define-public rocksdb
(file-name (git-file-name name version))
(sha256
(base32
"0islyg33hr52gqhcgvv58gmgzxw12w3175mhf2mli5w60lx8f8hi"))
"0q26frbj9pykarcfa0yxgwncxlvsqhjkby0jrbfs1a8srja688r4"))
(modules '((guix build utils)))
(snippet
'(begin