python37Packages.click-completion: 0.5.0 -> 0.5.1

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-click-completion/versions

(cherry picked from commit ae59d16ac6b86a14abdf3655a7e2c9369af56f52)
This commit is contained in:
R. RyanTM 2019-04-02 04:18:35 -07:00 committed by Matthias Beyer
parent 1eb641d9c1
commit 694d4ae51c

View file

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "click-completion";
version = "0.5.0";
version = "0.5.1";
disabled = (!isPy3k);
src = fetchPypi {
inherit pname version;
sha256 = "0k3chs301cnyq2jfl12lih5fa6r06nmxmbyp9dwvjm09v8f2c03n";
sha256 = "1ysn6kzv3fgakn0y06i3cxynd8iaybarrygabk9a0pp2spn2w1vq";
};
propagatedBuildInputs = [ click jinja2 shellingham six ];