Merge pull request #134762 from r-ryantm/auto-update/python3.8-chalice

python38Packages.chalice: 1.23.0 -> 1.24.2
This commit is contained in:
Fabian Affolter 2021-08-19 09:17:43 +02:00 committed by GitHub
commit 1246ff606b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,11 +23,11 @@
buildPythonPackage rec {
pname = "chalice";
version = "1.23.0";
version = "1.24.2";
src = fetchPypi {
inherit pname version;
sha256 = "8e3b26f8ec15197d8c04cd1edb0d692a490cb5ec179560183a403de63f21c1d7";
sha256 = "e4faf2247291407481f7daa8cdb63120d3ea9f454332f3a74eefa33a307ef0e5";
};
checkInputs = [ watchdog pytest hypothesis mock ];