aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/lmdb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 09:16:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 09:16:10 -0700
commit838b6e9f5556688e0117b4e84a53d55edab93fb5 (patch)
tree32a9a8238ad478320e0d36d36b25aca0c8d2f42b /pkgs/development/python-modules/lmdb
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
python37Packages.lmdb: 0.95 -> 0.96
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-lmdb/versions
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 3b384182ae03..8926a7383a77 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.95";
+ version = "0.96";
src = fetchPypi {
inherit pname version;
- sha256 = "0nx9f193gzl33r1lbqhb96h1igya7pz8wmahr8m9x5zgc05hal91";
+ sha256 = "0wpahad7wac34r1hxa1jhk0bsll39n7667cljyr5251kj12ksfgr";
};
checkInputs = [ pytest cffi ];