Merge pull request #101896 from r-ryantm/auto-update/python3.7-chalice

python37Packages.chalice: 1.21.2 -> 1.21.3
This commit is contained in:
Mario Rodas 2020-10-28 05:29:16 -05:00 committed by GitHub
commit a151124ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@
buildPythonPackage rec {
pname = "chalice";
version = "1.21.2";
version = "1.21.3";
src = fetchPypi {
inherit pname version;
sha256 = "72efc25672ce7535c0e26bbe7157d7bd31ab12ed3f5221a64367548ca2daa265";
sha256 = "0b44514cdbafab08b18e21f59fc016cead0b78f5f5fdf14eccd993c469130b39";
};
checkInputs = [ watchdog pytest hypothesis mock ];