aws-sam-translator: 1.19.1 -> 1.20.1

This commit is contained in:
Mathias Schreck 2020-02-06 15:24:42 +01:00 committed by Jon
parent bc8cd18996
commit 70670e8da2

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aws-sam-translator"; pname = "aws-sam-translator";
version = "1.19.1"; version = "1.20.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "a62f31ac81a9f36a89ba61b147c5df5819e73af3562859711191354d86836326"; sha256 = "17n7kajqf35g0bxqd30jpm2vq275l3b45l77lfh6r9llpkd1zxnx";
}; };
# Tests are not included in the PyPI package # Tests are not included in the PyPI package