3
0
Fork 0
forked from mirrors/nixpkgs

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

python37Packages.lmdb: 0.96 -> 0.97
This commit is contained in:
Marek Mahut 2019-08-20 20:57:16 +02:00 committed by GitHub
commit 00e09d3016
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.96";
version = "0.97";
src = fetchPypi {
inherit pname version;
sha256 = "0wpahad7wac34r1hxa1jhk0bsll39n7667cljyr5251kj12ksfgr";
sha256 = "0jw3n14x6qg5wps2w4qkqf4pyan949h1s2nbkrz2qh7xwnnp2g8p";
};
checkInputs = [ pytest cffi ];