Skip to content

Commit

Permalink
Merge pull request #103282 from r-ryantm/auto-update/python3.7-chalice
Browse files Browse the repository at this point in the history
python37Packages.chalice: 1.21.3 -> 1.21.4
  • Loading branch information
marsam authored Nov 10, 2020
2 parents b724532 + 7a647b0 commit 7369579
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.3";
version = "1.21.4";

src = fetchPypi {
inherit pname version;
sha256 = "0b44514cdbafab08b18e21f59fc016cead0b78f5f5fdf14eccd993c469130b39";
sha256 = "fb3580272cc66ba0fd59914b7ac395d2da6b9b32b11dc7557aa80a0ae7cccf3c";
};

checkInputs = [ watchdog pytest hypothesis mock ];
Expand Down

0 comments on commit 7369579

Please sign in to comment.