python312Packages.lmdb: 1.5.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2025-01-17 14:26:49 +00:00
parent 05d030a343
commit 9e36ea2dc8
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "lmdb";
version = "1.5.1";
version = "1.6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cXwlWCfTMeAvckK0QFGqBkZskPbXMuywezHt+x4Gxno=";
hash = "sha256-0o4/pZk1/2iIWHYOxS8gLsuMEImj9o0fFi6jB40VHnM=";
};
buildInputs = [ lmdb ];