nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: chalice: 1.7.0 -> 1.12.0

+2 -2
+2 -2
pkgs/development/python-modules/chalice/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "chalice"; 22 - version = "1.7.0"; 22 + version = "1.12.0"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - sha256 = "98a1237bf77f18761d8f964cb3c3b794e2d377a261b5e1640268608ec94336fa"; 26 + sha256 = "f8f929f26df77285a202fb93174400230f8912c5b9c1fb061c7836a78413e325"; 27 27 }; 28 28 29 29 checkInputs = [ watchdog pytest hypothesis mock ];