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:
parent
53328909da
commit
838b6e9f55
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lmdb";
|
pname = "lmdb";
|
||||||
version = "0.95";
|
version = "0.96";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0nx9f193gzl33r1lbqhb96h1igya7pz8wmahr8m9x5zgc05hal91";
|
sha256 = "0wpahad7wac34r1hxa1jhk0bsll39n7667cljyr5251kj12ksfgr";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest cffi ];
|
checkInputs = [ pytest cffi ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user