lol
fork

Configure Feed

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

python: sybil: 1.0.8 -> 1.0.9

+2 -2
+2 -2
pkgs/development/python-modules/sybil/default.nix
··· 3 3 4 4 buildPythonApplication rec { 5 5 pname = "sybil"; 6 - version = "1.0.8"; 6 + version = "1.0.9"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "1e17e10bac4c56ef5b6752866a7d100f5ae856ff97d805c4d6cac73be80863d3"; 10 + sha256 = "41d2f1dba8fd1d8ead5e9b1220b590fab8b0d1ca01d43da08555b1fb08d4d8e8"; 11 11 }; 12 12 13 13 checkInputs = [ pytest nose ];