Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: coverage: 4.4.2 -> 4.5.1

+2 -2
+2 -2
pkgs/development/python-modules/coverage/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "coverage"; 10 - version = "4.4.2"; 10 + version = "4.5.1"; 11 11 name = "${pname}-${version}"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc"; 15 + sha256 = "56e448f051a201c5ebbaa86a5efd0ca90d327204d8b059ab25ad0f35fbfd79f1"; 16 16 }; 17 17 18 18 # No tests in archive