Merge pull request #147278 from tshaynik/sam-1.36.0

This commit is contained in:
Sandro 2021-11-26 13:36:50 +01:00 committed by GitHub
commit 40990e3f06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "aws-sam-translator";
version = "1.40.0";
version = "1.42.0";
src = fetchFromGitHub {
owner = "aws";
repo = "serverless-application-model";
rev = "v${version}";
sha256 = "sha256-jVJVoS7rc1RebBvihzmv6LvufMf/VvXOwj0TYkXBdmo=";
sha256 = "sha256-pjcRsmxPL4lbgDopW+wKQRkRcqebLPTd95JTL8PiWtc=";
};
propagatedBuildInputs = [

View file

@ -5,11 +5,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.35.0";
version = "1.36.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-ojJoC8UuZDVm6CDmYbPoO0e+1QAYa0UcekYEd/MGFRM=";
sha256 = "sha256-GJbBhe1l25ZHGWVu1o2oJvd/BNv8dv7aIYor/ebFl9U=";
};
# Tests are not included in the PyPI package