aws-sam-cli: 0.22.0 -> 0.34.0

This commit is contained in:
Mathias Schreck 2019-11-26 21:26:28 +01:00 committed by Jon
parent 5f3d02bfe2
commit 815a11f887

View File

@ -5,12 +5,11 @@
let let
py = python.override { py = python.override {
packageOverrides = self: super: { packageOverrides = self: super: {
flask = super.flask.overridePythonAttrs (oldAttrs: rec {
aws-sam-translator = super.aws-sam-translator.overridePythonAttrs (oldAttrs: rec { version = "1.0.2";
version = "1.14.0";
src = oldAttrs.src.override { src = oldAttrs.src.override {
inherit version; inherit version;
sha256 = "1cghn1m7ana9s8kyg61dwp9mrism5l04vy5rj1wnmksz8vzmnq9w"; sha256 = "0j6f4a9rpfh25k1gp7azqhnni4mb4fgy50jammgjgddw1l3w0w92";
}; };
}); });
@ -34,11 +33,11 @@ with py.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "aws-sam-cli"; pname = "aws-sam-cli";
version = "0.22.0"; version = "0.34.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1flbvqlj5llz7nrszmcf00v2a1pa36alv90r1l8lwn8zid5aabkn"; sha256 = "1ndgcbd6zr23lvmqn4wikgvnlwl0gj0wgyawaspwm3b0jlvxadik";
}; };
# Tests are not included in the PyPI package # Tests are not included in the PyPI package
@ -58,6 +57,7 @@ buildPythonApplication rec {
requests requests
serverlessrepo serverlessrepo
six six
tomlkit
]; ];
# fix over-restrictive version bounds # fix over-restrictive version bounds