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: python-statsd: 1.6.0 -> 2.1.0

+2 -2
+2 -2
pkgs/development/python-modules/python_statsd/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "python-statsd"; 12 - version = "1.6.0"; 12 + version = "2.1.0"; 13 13 disabled = isPy3k; # next release will be py3k compatible 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "3d2fc153e0d894aa9983531ef47d20d75bd4ee9fd0e46a9d82f452dde58a0a71"; 17 + sha256 = "d2c573d325d0f015b4d79f0d0f8c88dd8413d7b9ef890c09076a9b6089ab301c"; 18 18 }; 19 19 20 20 buildInputs = [ mock nose coverage ];