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

python37Packages.chalice: 1.21.7 -> 1.21.9
This commit is contained in:
Mario Rodas 2021-01-17 22:54:54 -05:00 committed by GitHub
commit cad61c3bee
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.7";
version = "1.21.9";
src = fetchPypi {
inherit pname version;
sha256 = "22512bccb9b881b8d5a33bd45c7ad539dee60f2f8685a5ed8afd5000a962b0f8";
sha256 = "312f88838c8ea4b4ac79dce0e5b4ba3125130ca66ea99a4694f535501dca95e3";
};
checkInputs = [ watchdog pytest hypothesis mock ];