python37Packages.flowlogs_reader: 2.2.1 -> 2.3.0

This commit is contained in:
R. RyanTM 2020-10-25 02:51:24 +00:00 committed by Jon
parent 3b8c31e301
commit c56920d57c

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "flowlogs_reader";
version = "2.2.1";
version = "2.3.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "7c24156a3d6887b641ceb37b57d91805bee6c3352e8a3ca97a3274217ead9294";
sha256 = "19118ff77925c66a6782152066d86bc8d5c6ed60189b642263fb0c6eb7cb22ef";
};
propagatedBuildInputs = [ botocore boto3 docutils ];