gnu: RocksDB: Update to 6.7.3.

* gnu/packages/databases.scm (rocksdb): Update to 6.7.3.
This commit is contained in:
Marius Bakke 2020-03-19 07:49:22 +01:00
parent 76e8818b94
commit 0029e65581
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1140,7 +1140,7 @@ (define-public emacs-recutils
(define-public rocksdb
(package
(name "rocksdb")
(version "6.6.4")
(version "6.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1149,7 +1149,7 @@ (define-public rocksdb
(file-name (git-file-name name version))
(sha256
(base32
"1h7y31b05w4vv4v509l368j9qlbv5assmdq9hp2788zipqbpywc0"))
"19nacd7fb98i97ir07jjsk3l1vf7zzq04c4nqywizq8wakcx99s9"))
(modules '((guix build utils)))
(snippet
'(begin