python: chalice: 1.13.1 -> 1.14.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:01 +02:00
parent 451bbefc9c
commit 68ef6ad468
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "chalice"; pname = "chalice";
version = "1.13.1"; version = "1.14.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c898c8726ed008615f0b1988b9cd1e1f74fd230e7b24bca53bfd5f96af6e55a1"; sha256 = "457e71fd84951574ccbe72d1389d9c89aaf5e69a552b01d1f1585faa63459c26";
}; };
checkInputs = [ watchdog pytest hypothesis mock ]; checkInputs = [ watchdog pytest hypothesis mock ];