From 98e7a7247ff0a7cd655d5e27fc0f4c8e2f556f9d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:22 +0100 Subject: [PATCH] python3Packages.aws-sam-translator: 1.91.0 -> 1.94.0 https://github.com/aws/serverless-application-model/releases/tag/v1.94.0 --- .../python-modules/aws-sam-translator/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aws-sam-translator/default.nix b/pkgs/development/python-modules/aws-sam-translator/default.nix index 039ee2539680..d9aaede839ff 100644 --- a/pkgs/development/python-modules/aws-sam-translator/default.nix +++ b/pkgs/development/python-modules/aws-sam-translator/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "aws-sam-translator"; - version = "1.91.0"; + version = "1.94.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "aws"; repo = "serverless-application-model"; tag = "v${version}"; - hash = "sha256-jcRpn9STkfg1xTwYzkpoYyuG0Hrv0XnbW1h6+SxzEjA="; + hash = "sha256-o6LjkNG8Ao0Qqel17iAi3fo2cTuSjJ5AWitkKpS4NWc="; }; postPatch = '' @@ -89,7 +89,7 @@ buildPythonPackage rec { 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 = [ ]; };