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
This commit is contained in:
R. RyanTM 2019-08-05 09:16:10 -07:00
parent 53328909da
commit 838b6e9f55

View File

@ -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 ];