aws-sam-cli: 1.26.0 -> 1.29.0

launchpad/nixpkgs/master
Fabian Affolter 3 years ago
parent 56af664644
commit be74ba65f8
  1. 4
      pkgs/development/tools/aws-sam-cli/default.nix

@ -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

Loading…
Cancel
Save