aws-sam-translator: 1.95.0 -> 1.98.0

This commit is contained in:
Tim Häring
2025-07-30 12:08:59 +05:30
committed by Masum Reza
parent 10ceec3c95
commit 06d70efff7
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aws-sam-translator";
version = "1.95.0";
version = "1.98.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "serverless-application-model";
tag = "v${version}";
hash = "sha256-Gz2lU/8QtcU02JYWsz3l9EqJajusr3h2LiTtFdwNc1k=";
hash = "sha256-OfWH1V+F90ukVgan+eZKo00hrOMf/6x6HqxARzFiKHI=";
};
postPatch = ''