summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/lmdb
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
committerRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
commit4bc5fbef9d159e143fb7e2c3231932e6e76f667c (patch)
treee2198f5c552e0667d838b8ec764ddb3a4d8f6dec /pkgs/development/python-modules/lmdb
parentjq: fix build with structured-attrs on darwin (diff)
parentMerge pull request #123802 from superherointj/package-virtmanager-bugfix (diff)
downloadnixpkgs-4bc5fbef9d159e143fb7e2c3231932e6e76f667c.tar.gz
Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrs
Diffstat (limited to 'pkgs/development/python-modules/lmdb')
-rw-r--r--pkgs/development/python-modules/lmdb/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/lmdb/default.nix b/pkgs/development/python-modules/lmdb/default.nix
index fc7748765f31..3e78626238a7 100644
--- a/pkgs/development/python-modules/lmdb/default.nix
+++ b/pkgs/development/python-modules/lmdb/default.nix
@@ -4,22 +4,19 @@
, pytestCheckHook
, cffi
, lmdb
-, ludios_wpull
}:
buildPythonPackage rec {
pname = "lmdb";
- version = "1.1.1";
+ version = "1.2.1";
src = fetchPypi {
inherit pname version;
- sha256 = "165cd1669b29b16c2d5cc8902b90fede15a7ee475c54d466f1444877a3f511ac";
+ sha256 = "5f76a90ebd08922acca11948779b5055f7a262687178e9e94f4e804b9f8465bc";
};
buildInputs = [ lmdb ];
- propogatedBuildInputs = [ ludios_wpull ];
-
checkInputs = [ cffi pytestCheckHook ];
LMDB_FORCE_SYSTEM=1;