python3Packages.maxminddb: 2.6.3 -> 2.8.2

https://github.com/maxmind/MaxMind-DB-Reader-python/blob/v2.8.2/HISTORY.rst

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
maxminddb
+2 -2
pkgs/development/python-modules/maxminddb/default.nix
···
buildPythonPackage rec {
pname = "maxminddb";
-
version = "2.6.3";
+
version = "2.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-0sOAa6p6oEeqG6x0GefjU9tDX4jwnVEQaoTbrPZF0lQ=";
+
hash = "sha256-JqjlNiKNjMKMW49XSlcaJwS+/OOzaM7KWTp21WtlkPk=";
};
buildInputs = [ libmaxminddb ];