python37Packages.flake8-import-order: 0.18 -> 0.18.1 (#57404)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flake8-import-order/versions
This commit is contained in:
R. RyanTM 2019-03-23 04:02:23 -07:00 committed by Robert Schütz
parent ebf46a2acb
commit 5c7c863f67

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "flake8-import-order";
version = "0.18";
version = "0.18.1";
src = fetchPypi {
inherit pname version;
sha256 = "9be5ca10d791d458eaa833dd6890ab2db37be80384707b0f76286ddd13c16cbf";
sha256 = "14kfvsagqc6lrplvf3x58ia6x744bk8fj91wmk0hcipa8naw73d2";
};
propagatedBuildInputs = [ pycodestyle ] ++ lib.optional (!isPy3k) enum34;