1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

aws-sam-cli: 1.35.0 -> 1.36.0

This commit is contained in:
tshaynik 2021-11-24 12:46:24 -05:00
parent 71249a8745
commit 40202db729

View file

@ -5,11 +5,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.35.0";
version = "1.36.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-ojJoC8UuZDVm6CDmYbPoO0e+1QAYa0UcekYEd/MGFRM=";
sha256 = "sha256-GJbBhe1l25ZHGWVu1o2oJvd/BNv8dv7aIYor/ebFl9U=";
};
# Tests are not included in the PyPI package