python3Packages.maxminddb: 2.2.0 -> 2.3.0

This commit is contained in:
Kirill Radzikhovskyy 2023-05-17 06:40:34 +10:00
parent 2ce64f86a2
commit 9e05db2bc7

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "maxminddb";
version = "2.2.0";
version = "2.3.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "e37707ec4fab115804670e0fb7aedb4b57075a8b6f80052bdc648d3c005184e5";
sha256 = "sha256-Egkg3d2VXzKuSMIHxs72/V3Ih0qIm6lLDywfc27N8wg=";
};
buildInputs = [ libmaxminddb ];