gnu: rocksdb: Update to 6.10.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 17 Jun 2020 11:30:33 +0000 (13:30 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 17 Jun 2020 11:34:27 +0000 (13:34 +0200)
* gnu/packages/databases.scm (rocksdb): Update to 6.10.2.

gnu/packages/databases.scm

index bab4b4d..e2eb0f3 100644 (file)
@@ -1147,7 +1147,7 @@ including field and record folding.")))
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "6.10.1")
+    (version "6.10.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1156,7 +1156,7 @@ including field and record folding.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rp8q73dx5f1nkcf2qp6fljm4dpj281y6cqckqgv976kvwvqdgz1"))
+                "1f2wqb6px812ijcivq3rsknqgkv01wblc6sd8wavhrw8qljgr3s1"))
               (modules '((guix build utils)))
               (snippet
                '(begin