mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: sybil: 1.0.6 -> 1.0.7
This commit is contained in:
parent
131a42b918
commit
48f1fc32d8
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "sybil";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5bd7dd09eff68cbec9062e6950124fadfaaccbc0f50b23c1037f4d70ae86f0f1";
|
||||
sha256 = "86332553392f865403883e44695bd8d9d47fe3887c01e17591955237b8fd2d8f";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user