guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: rocksdb: Update to 6.8.1.


From: guix-commits
Subject: 11/12: gnu: rocksdb: Update to 6.8.1.
Date: Sat, 9 May 2020 08:43:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e0cba0d279d0cbcf69c9d4e32d217a8049d42a4f
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 8 23:27:51 2020 +0200

    gnu: rocksdb: Update to 6.8.1.
    
    * gnu/packages/databases.scm (rocksdb): Update to 6.8.1.
---
 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 9de089e..45af679 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1143,7 +1143,7 @@ including field and record folding.")))
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "6.7.3")
+    (version "6.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1152,7 +1152,7 @@ including field and record folding.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19nacd7fb98i97ir07jjsk3l1vf7zzq04c4nqywizq8wakcx99s9"))
+                "0i6qglyrcqwxnrvq67zm7ln79a4sj8mzgij9h0nz5zkxax8v1zg1"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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