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:
R. RyanTM 2018-10-24 02:54:18 -07:00 committed by Frederik Rietdijk
parent 5e34b41afa
commit 32032825bf

View File

@ -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