aws-sam-cli: 1.26.0 -> 1.29.0

This commit is contained in:
Fabian Affolter 2021-08-20 00:31:29 +02:00
parent 56af664644
commit be74ba65f8

View File

@ -5,11 +5,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.26.0";
version = "1.29.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "11aqdwhs7wa6cp9zijqi4in3zvwirfnlcy45rrnsq0jdsh3i9hbh";
sha256 = "sha256-JXphjERqY5Vj8j2F4Z7FrFJJEpBgK/5236pYfQRVdco=";
};
# Tests are not included in the PyPI package