[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/22: gnu: python-lmdb: Update to 1.0.0.
From: |
guix-commits |
Subject: |
11/22: gnu: python-lmdb: Update to 1.0.0. |
Date: |
Wed, 30 Sep 2020 18:25:29 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 771c266bc4fbddcd609357c7b581dad96a3c3d17
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 12:37:34 2020 +0200
gnu: python-lmdb: Update to 1.0.0.
* gnu/packages/databases.scm (python-lmdb): Update to 1.0.0.
[arguments]: Set LMDB_PURE.
---
gnu/packages/databases.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9a2bd7f..068c7f4 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2452,13 +2452,13 @@ etc., and an SQL engine for performing simple SQL
queries.")
(define-public python-lmdb
(package
(name "python-lmdb")
- (version "0.99")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "lmdb" version))
(sha256
(base32
- "12fwlzfd82471ss9xzbqwcqc6f5miy51y72y2yya9j5cm9589szr"))
+ "1di1gj2agbxwqqwrpk4w58dpfah0kl10ha20s63dlqdd1bgzydj1"))
(modules '((guix build utils)))
(snippet
;; Delete bundled lmdb source files.
@@ -2477,6 +2477,7 @@ etc., and an SQL engine for performing simple SQL
queries.")
(add-before 'build 'use-system-lmdb
(lambda* (#:key inputs #:allow-other-keys)
(let ((lmdb (assoc-ref inputs "lmdb")))
+ (setenv "LMDB_PURE" "set") ; don't apply env-copy-txn.patch
(setenv "LMDB_FORCE_SYSTEM" "set")
(setenv "LMDB_INCLUDEDIR" (string-append lmdb "/include"))
(setenv "LMDB_LIBDIR" (string-append lmdb "/lib"))
- 19/22: gnu: srt: Update to 1.4.2., (continued)
- 19/22: gnu: srt: Update to 1.4.2., guix-commits, 2020/09/30
- 02/22: gnu: nginx-documentation: Update to 1.19.3-2603-94ebfbcd68bb., guix-commits, 2020/09/30
- 01/22: gnu: nginx: Update to 1.19.3., guix-commits, 2020/09/30
- 06/22: gnu: signify: Update to 30., guix-commits, 2020/09/30
- 10/22: gnu: stellarium: Update to 0.20.3., guix-commits, 2020/09/30
- 08/22: gnu: perl-dbd-sqlite: Update to 1.66., guix-commits, 2020/09/30
- 16/22: gnu: nml: Update to 0.5.3., guix-commits, 2020/09/30
- 04/22: gnu: php: Update to 7.4.11., guix-commits, 2020/09/30
- 07/22: gnu: perl-db-file: Update to 1.854., guix-commits, 2020/09/30
- 22/22: gnu: wireshark: Update to 3.2.7., guix-commits, 2020/09/30
- 11/22: gnu: python-lmdb: Update to 1.0.0.,
guix-commits <=
- 17/22: gnu: starfighter: Update to 2.3.3., guix-commits, 2020/09/30
- 18/22: gnu: mtr: Update to 0.94., guix-commits, 2020/09/30
- 09/22: gnu: python-alembic: Update to 1.4.3., guix-commits, 2020/09/30
- 13/22: gnu: xtl: Update to 0.6.19., guix-commits, 2020/09/30
- 21/22: gnu: perl-net-dns: Update to 1.27., guix-commits, 2020/09/30