python37Packages.elpy: 1.27.0 -> 1.28.0

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-elpy/versions
This commit is contained in:
R. RyanTM 2019-01-06 23:48:46 -08:00 committed by worldofpeace
parent 87f798edc6
commit 686ed2cbca

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "elpy";
version = "1.27.0";
version = "1.28.0";
src = fetchPypi {
inherit pname version;
sha256 = "0fpxxmxjzcam3kharbmvprf4kagspya1rx9piacmxbgcp6w2lc4s";
sha256 = "0lx6bf6ajx6wmnns03gva5sh1mmmxahjaqrn735cgwn6j4ikyqfs";
};
propagatedBuildInputs = [ flake8 autopep8 jedi importmagic ]