lol

python38Packages.lmdb: 1.2.1 -> 1.3.0

+2 -2
+2 -2
pkgs/development/python-modules/lmdb/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "lmdb"; 11 - version = "1.2.1"; 11 + version = "1.3.0"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "5f76a90ebd08922acca11948779b5055f7a262687178e9e94f4e804b9f8465bc"; 15 + sha256 = "60a11efc21aaf009d06518996360eed346f6000bfc9de05114374230879f992e"; 16 16 }; 17 17 18 18 buildInputs = [ lmdb ];