guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: rocksdb: Update to 6.6.4.


From: guix-commits
Subject: 08/13: gnu: rocksdb: Update to 6.6.4.
Date: Mon, 10 Feb 2020 14:34:12 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 710a729605ffa79af2a537d74d3186eb3e5fd82a
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 15:49:21 2020 +0100

    gnu: rocksdb: Update to 6.6.4.
    
    * gnu/packages/databases.scm (rocksdb): Update to 6.6.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 5137e31..587d993 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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



reply via email to

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