gnu: rocksdb: Update to 6.8.1.

* gnu/packages/databases.scm (rocksdb): Update to 6.8.1.
This commit is contained in:
Marius Bakke 2020-05-08 23:27:51 +02:00
parent 89680cc7ce
commit e0cba0d279
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1143,7 +1143,7 @@ (define-public emacs-recutils
(define-public rocksdb
(package
(name "rocksdb")
(version "6.7.3")
(version "6.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1152,7 +1152,7 @@ (define-public rocksdb
(file-name (git-file-name name version))
(sha256
(base32
"19nacd7fb98i97ir07jjsk3l1vf7zzq04c4nqywizq8wakcx99s9"))
"0i6qglyrcqwxnrvq67zm7ln79a4sj8mzgij9h0nz5zkxax8v1zg1"))
(modules '((guix build utils)))
(snippet
'(begin