[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: lmdb: Update to 0.9.27.
From: |
guix-commits |
Subject: |
05/07: gnu: lmdb: Update to 0.9.27. |
Date: |
Wed, 25 Nov 2020 17:59:38 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 09306c74fa62cf3de1eb3ceb780362914936017c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 25 22:39:22 2020 +0100
gnu: lmdb: Update to 0.9.27.
* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
---
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 79bc173..dde668f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2336,7 +2336,7 @@ database.")
(define-public lmdb
(package
(name "lmdb")
- (version "0.9.26")
+ (version "0.9.27")
(source
(origin
(method git-fetch)
@@ -2345,7 +2345,7 @@ database.")
(commit (string-append "LMDB_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0323xwb2rqyrr9vr6gbxc2kl89drhqw0ifmyh9pg9qgqmymyhxdx"))))
+ (base32 "09xqqm8yjsf1gv4gd4llal48sms76hfhxadx6rik1j2g5v3d3f1k"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
- branch master updated (8b928a3 -> 21abfe1), guix-commits, 2020/11/25
- 03/07: gnu: volk: Update to 2.4.0., guix-commits, 2020/11/25
- 01/07: gnu: volk: Fetch from git repository., guix-commits, 2020/11/25
- 02/07: gnu: libaudec: Update to 0.2.4., guix-commits, 2020/11/25
- 05/07: gnu: lmdb: Update to 0.9.27.,
guix-commits <=
- 07/07: gnu: perl-cairo: Update to 1.108., guix-commits, 2020/11/25
- 04/07: gnu: volk: Remove static library., guix-commits, 2020/11/25
- 06/07: gnu: youtube-dl: Update to 2020.11.26., guix-commits, 2020/11/25