python: sybil: 1.0.8 -> 1.0.9

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:33:24 +02:00
parent 31911f1eeb
commit 83b888eb79

View file

@ -3,11 +3,11 @@
buildPythonApplication rec {
pname = "sybil";
version = "1.0.8";
version = "1.0.9";
src = fetchPypi {
inherit pname version;
sha256 = "1e17e10bac4c56ef5b6752866a7d100f5ae856ff97d805c4d6cac73be80863d3";
sha256 = "41d2f1dba8fd1d8ead5e9b1220b590fab8b0d1ca01d43da08555b1fb08d4d8e8";
};
checkInputs = [ pytest nose ];