python3Packages.aws-sam-translator: 1.82.0 -> 1.86.0
https://github.com/aws/serverless-application-model/releases/tag/v1.86.0
This commit is contained in:
parent
d1c47f41ff
commit
5fbe6af7c7
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aws-sam-translator";
|
||||
version = "1.82.0";
|
||||
version = "1.86.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "aws";
|
||||
repo = "serverless-application-model";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-xAbFF4bKHFv5YAOlMA28lW1Xc37xV83X4r19MdubvFs=";
|
||||
hash = "sha256-elirU6u6smuYIj8oO6s2ybQB8Tu0pJPkBdjd0W0CfFE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user