gnu: rocksdb: Update to 6.11.4.

* gnu/packages/databases.scm (rocksdb): Update to 6.11.4.
This commit is contained in:
Marius Bakke 2020-07-24 00:50:49 +02:00
parent 56a1ffeb68
commit 6a0f9c8729
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1179,7 +1179,7 @@ including field and record folding.")))
(define-public rocksdb (define-public rocksdb
(package (package
(name "rocksdb") (name "rocksdb")
(version "6.10.2") (version "6.11.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1188,7 +1188,7 @@ including field and record folding.")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1f2wqb6px812ijcivq3rsknqgkv01wblc6sd8wavhrw8qljgr3s1")) "0n19p9cd13jg0lnibrzwkxs4xlrhyj3knypkd2ic41arbds0bdnl"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin