guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: rocksdb: Update to 5.18.3.


From: guix-commits
Subject: 04/04: gnu: rocksdb: Update to 5.18.3.
Date: Mon, 4 Mar 2019 16:21:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5ae458befc803fe357210fef343cf322d9f4bade
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 14:32:19 2019 +0100

    gnu: rocksdb: Update to 5.18.3.
    
    * gnu/packages/databases.scm (rocksdb): Update to 5.18.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 29f5d65..482d399 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -836,7 +836,7 @@ types are supported, as is encryption.")
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "5.15.10")
+    (version "5.18.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -845,7 +845,7 @@ types are supported, as is encryption.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0q26frbj9pykarcfa0yxgwncxlvsqhjkby0jrbfs1a8srja688r4"))
+                "1v2slmmr1dsgf8z0qcfg1y9x1al96859rg48b66p9nsawczd5zv9"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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