python37Packages.chalice: 1.21.6 -> 1.21.7

This commit is contained in:
R. RyanTM 2020-12-22 02:24:55 +00:00 committed by Jonathan Ringer
parent a1fb1e9ef8
commit 02040cb53d

View File

@ -22,11 +22,11 @@
buildPythonPackage rec {
pname = "chalice";
version = "1.21.6";
version = "1.21.7";
src = fetchPypi {
inherit pname version;
sha256 = "b7a17583e0553caa0e44d23186b4aad069f7665c24a473104d1f04e62cc4cb07";
sha256 = "22512bccb9b881b8d5a33bd45c7ad539dee60f2f8685a5ed8afd5000a962b0f8";
};
checkInputs = [ watchdog pytest hypothesis mock ];