python37Packages.lmdb: 0.96 -> 0.97
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:
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lmdb";
|
pname = "lmdb";
|
||||||
version = "0.96";
|
version = "0.97";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wpahad7wac34r1hxa1jhk0bsll39n7667cljyr5251kj12ksfgr";
|
sha256 = "0jw3n14x6qg5wps2w4qkqf4pyan949h1s2nbkrz2qh7xwnnp2g8p";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest cffi ];
|
checkInputs = [ pytest cffi ];
|
||||||
|
|||||||
Reference in New Issue
Block a user