aws-sam-translator: 1.15.1 -> 1.16.0
This commit is contained in:
parent
025f2ea3e4
commit
5f3d02bfe2
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aws-sam-translator";
|
||||
version = "1.15.1";
|
||||
version = "1.16.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "11c62c00f37b57c39a55d7a29d93f4704a88549c29a6448ebc953147173fbe85";
|
||||
sha256 = "0xvfbhiqdqy4qs4z8v2p7z3l01w5af948bmf400s5jsq2hnxl6nv";
|
||||
};
|
||||
|
||||
# Tests are not included in the PyPI package
|
||||
|
|
Loading…
Reference in a new issue