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:
parent
1eb641d9c1
commit
694d4ae51c
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "click-completion";
|
pname = "click-completion";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
disabled = (!isPy3k);
|
disabled = (!isPy3k);
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0k3chs301cnyq2jfl12lih5fa6r06nmxmbyp9dwvjm09v8f2c03n";
|
sha256 = "1ysn6kzv3fgakn0y06i3cxynd8iaybarrygabk9a0pp2spn2w1vq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ click jinja2 shellingham six ];
|
propagatedBuildInputs = [ click jinja2 shellingham six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user