aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/lmdb
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:33 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:14 +0100
commitce6c3a13e4356f0cf8f9efc03d9ae7aef8b10968 (patch)
tree1cdd51796e9013dd4c0a23369b915d5bb8cf3312 /pkgs/development/python-modules/lmdb
parentf5467a73f289def64746e1e995fdedf0a3576a83 (diff)
python3Packages.lmdb: 0.99 -> 1.0.0
Diffstat (limited to 'pkgs/development/python-modules/lmdb')
-rw-r--r--pkgs/development/python-modules/lmdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/lmdb/default.nix b/pkgs/development/python-modules/lmdb/default.nix
index 328e5a428fca..76cd2acd7435 100644
--- a/pkgs/development/python-modules/lmdb/default.nix
+++ b/pkgs/development/python-modules/lmdb/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "lmdb";
- version = "0.99";
+ version = "1.0.0";
src = fetchPypi {
inherit pname version;
- sha256 = "f9eb844aaaacc8a4bc175e1c1f8a8fb538c330e378fd9eb40e8708d4dca7dc89";
+ sha256 = "4136ffdf0aad61da86d1402808029d002a771b2a9ccc9b39c6bcafa7847c21b6";
};
checkInputs = [ pytest cffi ];