Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2020-08-23 02:18:27 +02:00
516 changed files with 15983 additions and 9551 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildPythonPackage, pythonAtLeast
{ stdenv, lib, buildPythonPackage, pythonOlder, pythonAtLeast
, fetchPypi
, libmaxminddb
, ipaddress
@@ -9,6 +9,7 @@
buildPythonPackage rec {
version = "2.0.2";
pname = "maxminddb";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;