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

python37Packages.chalice: 1.21.4 -> 1.21.5
This commit is contained in:
Mario Rodas 2020-12-10 05:57:12 -05:00 committed by GitHub
commit 621d4b9738
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.4";
version = "1.21.5";
src = fetchPypi {
inherit pname version;
sha256 = "fb3580272cc66ba0fd59914b7ac395d2da6b9b32b11dc7557aa80a0ae7cccf3c";
sha256 = "73149f6a71aa1310f3d000110a915164a72f1d2dc7cd4d37d18a952b0e0c78ac";
};
checkInputs = [ watchdog pytest hypothesis mock ];