mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
aws-sam-cli: 0.41.0 -> 0.43.0
This commit is contained in:
parent
bd25053298
commit
c1e2642da6
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ with py.pkgs;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "aws-sam-cli";
|
||||
version = "0.41.0";
|
||||
version = "0.43.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1v21bhylys1mvrsvxqw88cvghl6s46hdni52xn661bbn4byrrv3b";
|
||||
sha256 = "0v852636chil5n4cjqjvh29hhik881pkljs64jy5jiznbrph9ryr";
|
||||
};
|
||||
|
||||
# Tests are not included in the PyPI package
|
||||
|
|
Loading…
Reference in a new issue