guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: RocksDB: Update to 6.7.3.


From: guix-commits
Subject: 09/12: gnu: RocksDB: Update to 6.7.3.
Date: Thu, 19 Mar 2020 03:48:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0029e65581e7161b96d2cbd1cae78a116416da5e
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 19 07:49:22 2020 +0100

    gnu: RocksDB: Update to 6.7.3.
    
    * gnu/packages/databases.scm (rocksdb): Update to 6.7.3.
---
 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 5727905..130aaa2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1140,7 +1140,7 @@ including field and record folding.")))
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "6.6.4")
+    (version "6.7.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1149,7 +1149,7 @@ including field and record folding.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h7y31b05w4vv4v509l368j9qlbv5assmdq9hp2788zipqbpywc0"))
+                "19nacd7fb98i97ir07jjsk3l1vf7zzq04c4nqywizq8wakcx99s9"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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