python: aws-sam-translator: 1.19.0 -> 1.19.1

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:05 +01:00
parent f061f21c4e
commit 98e5b0289f

View File

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