Skip to content

Commit

Permalink
python3Packages.maxminddb: 1.5.4 -> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and Jon committed Aug 18, 2020
1 parent dd03272 commit bc472f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/maxminddb/default.nix
@@ -1,4 +1,4 @@
{ stdenv, lib, buildPythonPackage, pythonAtLeast
{ stdenv, lib, buildPythonPackage, pythonOlder, pythonAtLeast
, fetchPypi
, libmaxminddb
, ipaddress
Expand All @@ -7,12 +7,13 @@
}:

buildPythonPackage rec {
version = "1.5.4";
version = "2.0.2";
pname = "maxminddb";
disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
sha256 = "f4d28823d9ca23323d113dc7af8db2087aa4f657fafc64ff8f7a8afda871425b";
sha256 = "15z5557rn4yvrhnpdm9l4kczr151qv9px736hd361rlr2z98wpdr";
};

buildInputs = [ libmaxminddb ];
Expand Down

0 comments on commit bc472f8

Please sign in to comment.