Merge pull request #263012 from anthonyroussel/updates/aws-sam-translator

python311Packages.aws-sam-translator: 1.74.0 -> 1.78.0

authored by

Mario Rodas and committed by
GitHub
c23f5fea 58a63d40

+3 -11
+3 -11
pkgs/development/python-modules/aws-sam-translator/default.nix
··· 2 2 , boto3 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 - , fetchpatch 6 5 , jsonschema 7 6 , parameterized 8 7 , pydantic ··· 17 16 18 17 buildPythonPackage rec { 19 18 pname = "aws-sam-translator"; 20 - version = "1.74.0"; 19 + version = "1.78.0"; 21 20 format = "setuptools"; 22 21 23 22 disabled = pythonOlder "3.7"; ··· 26 25 owner = "aws"; 27 26 repo = "serverless-application-model"; 28 27 rev = "refs/tags/v${version}"; 29 - hash = "sha256-uOfBR0bvLVyBcfSAkSqOx4KjmSYbfktpJlxKjipfj50="; 28 + hash = "sha256-hSXJBEntj3k3Kml+Yuvn19X7YXL+Y1hXBkb8iZ7DxR4="; 30 29 }; 31 - 32 - patches = [ 33 - (fetchpatch { 34 - url = "https://github.com/aws/serverless-application-model/commit/e41b0f02204635a655100b68dd38220af32a2728.patch"; 35 - hash = "sha256-V6KXdXQUr9fvLzxI6sUMrSRnGX5SrAaDygcaQ87FaQ8="; 36 - }) 37 - ]; 38 30 39 31 postPatch = '' 40 32 substituteInPlace pytest.ini \ ··· 87 79 88 80 meta = with lib; { 89 81 description = "Python library to transform SAM templates into AWS CloudFormation templates"; 90 - homepage = "https://github.com/awslabs/serverless-application-model"; 82 + homepage = "https://github.com/aws/serverless-application-model"; 91 83 changelog = "https://github.com/aws/serverless-application-model/releases/tag/v${version}"; 92 84 license = licenses.asl20; 93 85 maintainers = with maintainers; [ ];