python-robotframework: update 2.8.6 -> 2.8.7
Release notes: https://github.com/robotframework/robotframework/releases/tag/2.8.7
This commit is contained in:
parent
890534bedc
commit
2c6f9b0c62
@ -10162,13 +10162,13 @@ let
|
||||
};
|
||||
|
||||
robotframework = buildPythonPackage rec {
|
||||
version = "2.8.6";
|
||||
version = "2.8.7";
|
||||
name = "robotframework-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/r/robotframework/${name}.tar.gz";
|
||||
sha256 = "0hl44pwfkagr5272s90y0bkfllj0q1l4yw4rvkdrc6ikn6l61d9v";
|
||||
sha256 = "0mfd0s989j3jrpl8q0lb4wsjy1x280chfr9r74m2dyi9c7rxzc58";
|
||||
};
|
||||
|
||||
# error: invalid command 'test'
|
||||
|
Loading…
Reference in New Issue
Block a user