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: pytest-sugar: 0.9.1 -> 0.9.2

+2 -2
+2 -2
pkgs/development/python-modules/pytest-sugar/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pytest-sugar"; 5 - version = "0.9.1"; 5 + version = "0.9.2"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "ab8cc42faf121344a4e9b13f39a51257f26f410e416c52ea11078cdd00d98a2c"; 9 + sha256 = "fcd87a74b2bce5386d244b49ad60549bfbc4602527797fac167da147983f58ab"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ termcolor pytest ];