1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python37Packages.chalice: 1.12.0 -> 1.13.0

This commit is contained in:
R. RyanTM 2020-04-02 00:51:29 +00:00 committed by Jon
parent cade2fba96
commit d32b77f5e4

View file

@ -19,11 +19,11 @@
buildPythonPackage rec {
pname = "chalice";
version = "1.12.0";
version = "1.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "f8f929f26df77285a202fb93174400230f8912c5b9c1fb061c7836a78413e325";
sha256 = "07xzpbz7znr853xm6p27lkrcgdib3ym5dlwys0n4zvkjm5x7jn2a";
};
checkInputs = [ watchdog pytest hypothesis mock ];
@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Serverless Microframework for AWS";
homepage = https://github.com/aws/chalice;
homepage = "https://github.com/aws/chalice";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};