python: sybil: 1.0.8 -> 1.0.9
This commit is contained in:
parent
31911f1eeb
commit
83b888eb79
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "sybil";
|
pname = "sybil";
|
||||||
version = "1.0.8";
|
version = "1.0.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1e17e10bac4c56ef5b6752866a7d100f5ae856ff97d805c4d6cac73be80863d3";
|
sha256 = "41d2f1dba8fd1d8ead5e9b1220b590fab8b0d1ca01d43da08555b1fb08d4d8e8";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest nose ];
|
checkInputs = [ pytest nose ];
|
||||||
|
Loading…
Reference in New Issue
Block a user