gnu: rocksdb: Update to 6.6.4.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 10 Feb 2020 14:49:21 +0000 (15:49 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 10 Feb 2020 19:18:04 +0000 (20:18 +0100)
* gnu/packages/databases.scm (rocksdb): Update to 6.6.4.

gnu/packages/databases.scm

index 5137e31..587d993 100644 (file)
@@ -1133,7 +1133,7 @@ including field and record folding.")))
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "6.5.2")
+    (version "6.6.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1142,7 +1142,7 @@ including field and record folding.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01f5lcrcr809jhkkvxhv743hwpcxszj4r30hy9qy1i0mvjky02vf"))
+                "1h7y31b05w4vv4v509l368j9qlbv5assmdq9hp2788zipqbpywc0"))
               (modules '((guix build utils)))
               (snippet
                '(begin