python3Packages.maxminddb: 2.6.2 -> 2.6.3
https://github.com/maxmind/MaxMind-DB-Reader-python/blob/v2.6.3/HISTORY.rst
This commit is contained in:
parent
d8b4106c68
commit
65f94d1450
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "maxminddb";
|
pname = "maxminddb";
|
||||||
version = "2.6.2";
|
version = "2.6.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-fYQtMuJiCryJS315paEAemnfLGzyeaBrlMnDkT9m8mQ=";
|
hash = "sha256-0sOAa6p6oEeqG6x0GefjU9tDX4jwnVEQaoTbrPZF0lQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libmaxminddb ];
|
buildInputs = [ libmaxminddb ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user