python36Packages.lmdb: 0.92 -> 0.94
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.6-lmdb/versions
This commit is contained in:
parent
5e34b41afa
commit
32032825bf
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lmdb";
|
pname = "lmdb";
|
||||||
version = "0.92";
|
version = "0.94";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "01nw6r08jkipx6v92kw49z34wmwikrpvc5j9xawdiyg1n2526wrx";
|
sha256 = "1zh38gvkqw1jm5105if6rr7ccbgyxr7k2rm5ygb9ab3bq82pyaww";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some sort of mysterious failure with lmdb.tool
|
# Some sort of mysterious failure with lmdb.tool
|
||||||
|
Loading…
Reference in New Issue
Block a user