Skip to content

Commit

Permalink
Merge pull request NixOS#254098 from fabaff/aws-sam-translator-bump
Browse files Browse the repository at this point in the history
python311Packages.aws-sam-translator: 1.73.0 -> 1.74.0
  • Loading branch information
fabaff authored Sep 18, 2023
2 parents bf2eecf + 8985e49 commit f81112b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "aws-sam-translator";
version = "1.73.0";
version = "1.74.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "serverless-application-model";
rev = "refs/tags/v${version}";
hash = "sha256-rj+q/06gIvPYTJP/EH9ZrP0Sp4J3K1aCRyNkgpphWP4=";
hash = "sha256-uOfBR0bvLVyBcfSAkSqOx4KjmSYbfktpJlxKjipfj50=";
};

postPatch = ''
Expand Down

0 comments on commit f81112b

Please sign in to comment.