python38Packages.lmdb: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2021-12-31 12:36:31 +00:00
parent b88fab1bfe
commit bcdcfc4836

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "lmdb";
version = "1.2.1";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "5f76a90ebd08922acca11948779b5055f7a262687178e9e94f4e804b9f8465bc";
sha256 = "60a11efc21aaf009d06518996360eed346f6000bfc9de05114374230879f992e";
};
buildInputs = [ lmdb ];