Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python37Packages.flake8-import-order: 0.18 -> 0.18.1 (#57404)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and dotlambda committed Mar 23, 2019
1 parent ebf46a2 commit 5c7c863
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c7c863

Please sign in to comment.