python37Packages.elpy: 1.26.0 -> 1.27.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 2018-12-14 14:07:48 -08:00 committed by worldofpeace
parent 29f25b22df
commit 1f99218b61

View File

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