python3Packages.aws-sam-translator: 1.91.0 -> 1.94.0

https://github.com/aws/serverless-application-model/releases/tag/v1.94.0

Changed files
+3 -3
pkgs
development
python-modules
aws-sam-translator
+3 -3
pkgs/development/python-modules/aws-sam-translator/default.nix
···
buildPythonPackage rec {
pname = "aws-sam-translator";
-
version = "1.91.0";
+
version = "1.94.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "aws";
repo = "serverless-application-model";
tag = "v${version}";
-
hash = "sha256-jcRpn9STkfg1xTwYzkpoYyuG0Hrv0XnbW1h6+SxzEjA=";
+
hash = "sha256-o6LjkNG8Ao0Qqel17iAi3fo2cTuSjJ5AWitkKpS4NWc=";
};
postPatch = ''
···
meta = with lib; {
description = "Python library to transform SAM templates into AWS CloudFormation templates";
homepage = "https://github.com/aws/serverless-application-model";
-
changelog = "https://github.com/aws/serverless-application-model/releases/tag/v${version}";
+
changelog = "https://github.com/aws/serverless-application-model/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = [ ];
};