guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: rocksdb: Update to 6.5.2.


From: guix-commits
Subject: 03/10: gnu: rocksdb: Update to 6.5.2.
Date: Tue, 7 Jan 2020 12:20:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2316f027f806965062fc842f0ad5be28582c54c5
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Dec 19 19:15:21 2019 +0100

    gnu: rocksdb: Update to 6.5.2.
    
    * gnu/packages/databases.scm (rocksdb): Update to 6.5.2.
---
 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 32c57f3..ca15c77 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1128,7 +1128,7 @@ including field and record folding.")))
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "5.18.3")
+    (version "6.5.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1137,7 +1137,7 @@ including field and record folding.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1v2slmmr1dsgf8z0qcfg1y9x1al96859rg48b66p9nsawczd5zv9"))
+                "01f5lcrcr809jhkkvxhv743hwpcxszj4r30hy9qy1i0mvjky02vf"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]