mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python-robotframework: update 2.8.6 -> 2.8.7
Release notes:
https://github.com/robotframework/robotframework/releases/tag/2.8.7
(cherry picked from commit 2c6f9b0c62)
This commit is contained in:
@@ -8350,13 +8350,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'
|
||||
|
||||
Reference in New Issue
Block a user