python: aws-sam-translator: 1.21.0 -> 1.24.0
This commit is contained in:
parent
c42b0e7372
commit
c92ab41dc4
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aws-sam-translator";
|
||||
version = "1.21.0";
|
||||
version = "1.24.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0diyqiwas9fhkj7p5hm08lvkd5h9yn9zqilwww2av04mclfk82ij";
|
||||
sha256 = "f6b67545a87ec1e276bd5bf06abcc84332c4eb9dfa2fd415113e07a908fe55bb";
|
||||
};
|
||||
|
||||
# Tests are not included in the PyPI package
|
||||
|
|
Loading…
Reference in a new issue