Skip to content

Commit bc472f8

Browse files
mweineltJon
authored andcommitted
python3Packages.maxminddb: 1.5.4 -> 2.0.2
1 parent dd03272 commit bc472f8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/development/python-modules/maxminddb/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, lib, buildPythonPackage, pythonAtLeast
1+
{ stdenv, lib, buildPythonPackage, pythonOlder, pythonAtLeast
22
, fetchPypi
33
, libmaxminddb
44
, ipaddress
@@ -7,12 +7,13 @@
77
}:
88

99
buildPythonPackage rec {
10-
version = "1.5.4";
10+
version = "2.0.2";
1111
pname = "maxminddb";
12+
disabled = pythonOlder "3.6";
1213

1314
src = fetchPypi {
1415
inherit pname version;
15-
sha256 = "f4d28823d9ca23323d113dc7af8db2087aa4f657fafc64ff8f7a8afda871425b";
16+
sha256 = "15z5557rn4yvrhnpdm9l4kczr151qv9px736hd361rlr2z98wpdr";
1617
};
1718

1819
buildInputs = [ libmaxminddb ];

0 commit comments

Comments
 (0)