guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: rocksdb: Update to 5.1.4.


From: Marius Bakke
Subject: 03/07: gnu: rocksdb: Update to 5.1.4.
Date: Sat, 25 Feb 2017 07:10:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b9fb6b8a24b930e0d28318a6074aee68208f7d72
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 25 11:58:59 2017 +0100

    gnu: rocksdb: Update to 5.1.4.
    
    * gnu/packages/databases.scm (rocksdb): Update to 5.1.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 9369ec0..b7ce8a8 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -516,7 +516,7 @@ types are supported, as is encryption.")
 (define-public rocksdb
   (package
     (name "rocksdb")
-    (version "5.1.3")
+    (version "5.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/facebook/rocksdb";
@@ -524,7 +524,7 @@ types are supported, as is encryption.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0fz2ks6nxp3m9ys0ci53rg091wafbzbbynsfaq1y8v1rb3195gs8"))
+                "0ddyj8lh5jk6vx675pdg4jhgs7c12ckw5j31rz85jlrds68ygrry"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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