Merge pull request #66087 from r-ryantm/auto-update/python3.7-lmdb

python37Packages.lmdb: 0.95 -> 0.96
This commit is contained in:
Mario Rodas 2019-08-05 19:34:12 -05:00 committed by GitHub
commit 8a755cd6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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