gnu: rocksdb: Update to 6.11.4.
authorMarius Bakke <marius@gnu.org>
Thu, 23 Jul 2020 22:50:49 +0000 (00:50 +0200)
committerMarius Bakke <marius@gnu.org>
Fri, 24 Jul 2020 19:08:36 +0000 (21:08 +0200)
* gnu/packages/databases.scm (rocksdb): Update to 6.11.4.

gnu/packages/databases.scm

index 0e6ad4e..ca320f2 100644 (file)
@@ -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