lexicon: 3.3.27 -> 3.4.3

This commit is contained in:
Jonathan Ringer 2020-10-04 08:56:24 -07:00 committed by Jon
parent cf24078902
commit 2523024f49

View file

@ -31,15 +31,20 @@ in
buildPythonApplication rec {
pname = "lexicon";
version = "3.3.27";
version = "3.4.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "AnalogJ";
repo = pname;
rev = "v${version}";
sha256 = "0i6grrpdwh7axhnsabb0pfjhpd3prc9ji1afivi7q3c0krgvncmc";
sha256 = "1ym4gj4xyd69rsc5niilvcb72gys22rjxhj4qd574vyx3ryl34za";
};
nativeBuildInputs = [
poetry
];
propagatedBuildInputs = [
beautifulsoup4
boto3