Skip to content

Commit

Permalink
Merge pull request #109686 from r-ryantm/auto-update/python3.7-chalice
Browse files Browse the repository at this point in the history
python37Packages.chalice: 1.21.7 -> 1.21.9
  • Loading branch information
marsam committed Jan 18, 2021
2 parents 452dab7 + d0cb665 commit cad61c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/chalice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

buildPythonPackage rec {
pname = "chalice";
version = "1.21.7";
version = "1.21.9";

src = fetchPypi {
inherit pname version;
sha256 = "22512bccb9b881b8d5a33bd45c7ad539dee60f2f8685a5ed8afd5000a962b0f8";
sha256 = "312f88838c8ea4b4ac79dce0e5b4ba3125130ca66ea99a4694f535501dca95e3";
};

checkInputs = [ watchdog pytest hypothesis mock ];
Expand Down

0 comments on commit cad61c3

Please sign in to comment.