mbakke pushed a commit to branch master
in repository guix.
commit 6a0f9c87295ef28e8e7537f445b430e051b7fb7f
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Jul 24 00:50:49 2020 +0200
gnu: rocksdb: Update to 6.11.4.
* gnu/packages/databases.scm (rocksdb): Update to 6.11.4.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0e6ad4e..ca320f2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1179,7 +1179,7 @@ including field and record folding.")))
(define-public rocksdb
(package
(name "rocksdb")
- (version "6.10.2")
+ (version "6.11.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1188,7 +1188,7 @@ including field and record folding.")))
(file-name (git-file-name name version))
(sha256
(base32
- "1f2wqb6px812ijcivq3rsknqgkv01wblc6sd8wavhrw8qljgr3s1"))
+ "0n19p9cd13jg0lnibrzwkxs4xlrhyj3knypkd2ic41arbds0bdnl"))
(modules '((guix build utils)))
(snippet
'(begin