[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: rocksdb: Update to 6.11.4.
From: |
guix-commits |
Subject: |
12/16: gnu: rocksdb: Update to 6.11.4. |
Date: |
Fri, 24 Jul 2020 15:11:04 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6a0f9c87295ef28e8e7537f445b430e051b7fb7f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 00:50:49 2020 +0200
gnu: rocksdb: Update to 6.11.4.
* gnu/packages/databases.scm (rocksdb): Update to 6.11.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 0e6ad4e..ca320f2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1179,7 +1179,7 @@ including field and record folding.")))
(define-public rocksdb
(package
(name "rocksdb")
- (version "6.10.2")
+ (version "6.11.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1188,7 +1188,7 @@ including field and record folding.")))
(file-name (git-file-name name version))
(sha256
(base32
- "1f2wqb6px812ijcivq3rsknqgkv01wblc6sd8wavhrw8qljgr3s1"))
+ "0n19p9cd13jg0lnibrzwkxs4xlrhyj3knypkd2ic41arbds0bdnl"))
(modules '((guix build utils)))
(snippet
'(begin
- 02/16: gnu: libmatroska: Update to 1.6.0., (continued)
- 02/16: gnu: libmatroska: Update to 1.6.0., guix-commits, 2020/07/24
- 06/16: gnu: spdlog: Update to 1.7.0., guix-commits, 2020/07/24
- 09/16: gnu: libaacs: Update to 0.11.0., guix-commits, 2020/07/24
- 11/16: gnu: libseccomp: Update to 2.5.0., guix-commits, 2020/07/24
- 07/16: gnu: re2: Update to 2020-07-06., guix-commits, 2020/07/24
- 08/16: gnu: ffmpeg: Update to 4.3.1., guix-commits, 2020/07/24
- 13/16: gnu: nginx: Update to 1.19.1., guix-commits, 2020/07/24
- 14/16: gnu: ccid: Update to 1.4.33., guix-commits, 2020/07/24
- 16/16: gnu: libseccomp: Skip test that fails in QEMU user-mode emulation., guix-commits, 2020/07/24
- 10/16: gnu: hitch: Update to 1.6.0., guix-commits, 2020/07/24
- 12/16: gnu: rocksdb: Update to 6.11.4.,
guix-commits <=
- 15/16: gnu: libseccomp: Do not build the static library., guix-commits, 2020/07/24