python3Packages.chalice: 1.21.3 -> 1.21.4

This commit is contained in:
Frederik Rietdijk 2020-11-04 15:04:21 +01:00 committed by Jonathan Ringer
parent 5f840df03b
commit f3e3a789f3
1 changed files with 2 additions and 2 deletions

View File

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