lol
0
fork

Configure Feed

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

python: beautifulsoup4: 4.6.0 -> 4.6.3

+2 -2
+2 -2
pkgs/development/python-modules/beautifulsoup4/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "beautifulsoup4"; 5 - version = "4.6.0"; 5 + version = "4.6.3"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "12cf0ygpz9srpfh9gx2f9ba0swa1rzypv3sm4r0hmjyw6b4nm2w0"; 9 + sha256 = "90f8e61121d6ae58362ce3bed8cd997efb00c914eae0ff3d363c32f9a9822d10"; 10 10 }; 11 11 12 12 buildInputs = [ nose ];